Ticket #32096: 32096.2.diff
| File 32096.2.diff, 1.0 KB (added by , 11 years ago) |
|---|
-
src/wp-content/themes/twentyfifteen/author-bio.php
8 8 */ 9 9 ?> 10 10 11 <?php if ( get_the_author_meta( 'user_nicename' ) === 'bio' ) : ?> 12 <?php get_template_part('archive'); ?> 13 <?php endif; ?> 14 11 15 <div class="author-info"> 12 16 <h2 class="author-heading"><?php _e( 'Published by', 'twentyfifteen' ); ?></h2> 13 17 <div class="author-avatar"> -
src/wp-content/themes/twentythirteen/author-bio.php
8 8 */ 9 9 ?> 10 10 11 <?php if ( get_the_author_meta( 'user_nicename' ) === 'bio' ) : ?> 12 <?php get_template_part('author'); ?> 13 <?php endif; ?> 14 11 15 <div class="author-info"> 12 16 <div class="author-avatar"> 13 17 <?php