- Timestamp:
- 08/11/2022 02:44:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
r46827 r53880 8 8 */ 9 9 10 if ( (bool) get_the_author_meta( 'description' ) ) : ?> 10 if ( (bool) get_the_author_meta( 'description' ) ) : 11 ?> 11 12 <div class="author-bio"> 12 13 <h2 class="author-title"> … … 28 29 </p><!-- .author-description --> 29 30 </div><!-- .author-bio --> 30 <?php endif; ?> 31 <?php 32 endif;
Note: See TracChangeset
for help on using the changeset viewer.