Changeset 47122 for trunk/src/wp-content/themes/twentyfifteen/content.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/content.php
r45932 r47122 51 51 52 52 <?php 53 53 // Author bio. 54 54 if ( is_single() && get_the_author_meta( 'description' ) ) : 55 55 get_template_part( 'author-bio' );
Note: See TracChangeset
for help on using the changeset viewer.