Ticket #19504: 19504.diff
| File 19504.diff, 993 bytes (added by , 14 years ago) |
|---|
-
wp-content/themes/twentyeleven/content-single.php
51 51 ?> 52 52 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> 53 53 54 <?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 ?>54 <?php if ( get_the_author_meta( 'description' ) && ( ! function_exists( 'is_multi_author' ) || is_multi_author() ) ) : // If a user has filled out their description and this is a multi-author blog, show a bio on their entries ?> 55 55 <div id="author-info"> 56 56 <div id="author-avatar"> 57 57 <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) ); ?>