Make WordPress Core


Ignore:
Timestamp:
06/23/2011 11:03:46 PM (14 years ago)
Author:
azaozz
Message:

TwentyEleven Theme H1 Priority, props iandstewart, fixes #17611

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/header.php

    r18244 r18335  
    111111
    112112            <nav id="access" role="navigation">
    113                 <h1 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h1>
     113                <h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
    114114                <?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
    115115                <div class="skip-link"><a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div>
Note: See TracChangeset for help on using the changeset viewer.