Changeset 18072 for trunk/wp-content/themes/twentyeleven/content-single.php
- Timestamp:
- 05/30/2011 01:29:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-single.php
r18029 r18072 54 54 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 55 55 56 <?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries ?>56 <?php if ( get_the_author_meta( 'description' ) && is_multi_author() ) : // If a user has filled out their description and this is a multi-author blog, show a bio on their entries ?> 57 57 <div id="author-info"> 58 58 <div id="author-avatar">
Note: See TracChangeset
for help on using the changeset viewer.