updated theme Twenty Nineteen
version 2.4
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user