Make WordPress Core

Ticket #24176: 24176.3.diff

File 24176.3.diff, 680 bytes (added by obenland, 11 years ago)

Removes author bio from quote formats

  • wp-content/themes/twentythirteen/content-quote.php

     
    2323                </span><!-- .comments-link -->
    2424                <?php endif; // comments_open() ?>
    2525                <?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; ?>
    3026        </footer><!-- .entry-meta -->
    3127</article><!-- #post -->