Make WordPress Core

Changeset 24167


Ignore:
Timestamp:
05/03/2013 04:55:32 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: remove Author Bio from post formats that are essentially quotes from other people, like Quote and Chat. Props obenland and markjaquith -- see #24176.

Location:
trunk/wp-content/themes/twentythirteen
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/content-chat.php

    r24131 r24167  
    2828        <?php twentythirteen_entry_meta(); ?>
    2929        <?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?>
    30 
    31         <?php if ( is_single() && get_the_author_meta( 'description' ) && is_multi_author() ) : ?>
    32             <?php get_template_part( 'author-bio' ); ?>
    33         <?php endif; ?>
    3430    </footer><!-- .entry-meta -->
    3531</article><!-- #post -->
  • trunk/wp-content/themes/twentythirteen/content-quote.php

    r23680 r24167  
    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 -->
  • trunk/wp-content/themes/twentythirteen/style.css

    r24159 r24167  
    21102110}
    21112111
    2112 .single-format-status .author-description,
    2113 .single-format-quote .author-description {
     2112.single-format-status .author-description {
    21142113    color: #f7f5e7;
    21152114}
Note: See TracChangeset for help on using the changeset viewer.