Changeset 46848 for branches/5.3/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
- Timestamp:
- 12/09/2019 02:39:30 PM (6 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
r46614 r46848 8 8 */ 9 9 10 if ( (bool) get_the_author_meta( 'description' ) ) : ?>10 if ( (bool) get_the_author_meta( 'description' ) && (bool) get_theme_mod( 'show_author_bio', true ) ) : ?> 11 11 <div class="author-bio"> 12 12 <div class="author-title-wrapper">
Note: See TracChangeset
for help on using the changeset viewer.