Make WordPress Core


Ignore:
Timestamp:
09/04/2012 05:18:17 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: s/Show Menu/Menu/ for clarity and simplicity, and maybe more semantic and accessible. Fixes #21783, props iandstewart.

File:
1 edited

Legend:

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

    r21618 r21730  
    3737
    3838        <nav id="site-navigation" class="main-navigation" role="navigation">
    39             <h3 class="menu-toggle"><?php _e( 'Show menu', 'twentytwelve' ); ?></h3>
     39            <h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>
    4040            <div class="skip-link assistive-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a></div>
    4141            <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.