Make WordPress Core


Ignore:
Timestamp:
10/28/2014 09:02:02 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: Use a heading heirarchy to provide a better navigation experience when using screenreading software.

Props davidakennedy, rianrietveld, iamtakashi, afercia, davidakennedy, fixes #30065.

File:
1 edited

Legend:

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

    r30046 r30072  
    2525    </div><!-- .author-avatar -->
    2626    <div class="author-description">
    27         <h2 class="author-title"><?php echo get_the_author(); ?></h2>
     27        <h3 class="author-title"><?php echo get_the_author(); ?></h3>
    2828        <p class="author-bio">
    2929            <?php the_author_meta( 'description' ); ?>
Note: See TracChangeset for help on using the changeset viewer.