Make WordPress Core


Ignore:
Timestamp:
04/23/2013 09:29:00 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: fix case where title in author bio was indented when avatars were disabled in Discussion settings. Props obenland, fixes #24167.

File:
1 edited

Legend:

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

    r23680 r24073  
    1414    </div><!-- .author-avatar -->
    1515    <div class="author-description">
    16         <h2><?php printf( __( 'About %s', 'twentythirteen' ), get_the_author() ); ?></h2>
    17         <p>
     16        <h2 class="author-title"><?php printf( __( 'About %s', 'twentythirteen' ), get_the_author() ); ?></h2>
     17        <p class="author-bio">
    1818            <?php the_author_meta( 'description' ); ?>
    1919            <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
Note: See TracChangeset for help on using the changeset viewer.