Ticket #24176: 24176.3.diff
File 24176.3.diff, 680 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentythirteen/content-quote.php
23 23 </span><!-- .comments-link --> 24 24 <?php endif; // comments_open() ?> 25 25 <?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?> 26 27 <?php if ( is_single() && get_the_author_meta( 'description' ) && is_multi_author() ) : ?>28 <?php get_template_part( 'author-bio' ); ?>29 <?php endif; ?>30 26 </footer><!-- .entry-meta --> 31 27 </article><!-- #post -->