updated theme Twenty Nineteen version 2.4

This commit is contained in:
2022-11-24 13:41:02 +00:00
committed by Gitium
parent d80868cf0e
commit 555673545b
20 changed files with 1012 additions and 461 deletions

View File

@ -7,7 +7,8 @@
* @since Twenty Nineteen 1.0
*/
if ( (bool) get_the_author_meta( 'description' ) ) : ?>
if ( (bool) get_the_author_meta( 'description' ) ) :
?>
<div class="author-bio">
<h2 class="author-title">
<span class="author-heading">
@ -27,4 +28,5 @@ if ( (bool) get_the_author_meta( 'description' ) ) : ?>
</a>
</p><!-- .author-description -->
</div><!-- .author-bio -->
<?php endif; ?>
<?php
endif;