- Timestamp:
- 08/11/2022 02:44:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
r47122 r53880 8 8 */ 9 9 10 if ( (bool) get_the_author_meta( 'description' ) && (bool) get_theme_mod( 'show_author_bio', true ) ) : ?> 10 if ( (bool) get_the_author_meta( 'description' ) && (bool) get_theme_mod( 'show_author_bio', true ) ) : 11 ?> 11 12 <div class="author-bio"> 12 13 <div class="author-title-wrapper"> … … 31 32 </div><!-- .author-description --> 32 33 </div><!-- .author-bio --> 33 <?php endif; ?> 34 <?php 35 endif;
Note: See TracChangeset
for help on using the changeset viewer.