Make WordPress Core

Changeset 21573


Ignore:
Timestamp:
08/21/2012 05:31:33 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Twelve: s/Show navigation/Show menu/ in small menu button text, props nacin. See #21562.

File:
1 edited

Legend:

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

    r21554 r21573  
    3737
    3838        <nav class="site-navigation main-navigation" role="navigation">
    39             <h3 class="menu-toggle"><?php _e( 'Show navigation', 'twentytwelve' ); ?></h3>
     39            <h3 class="menu-toggle"><?php _e( 'Show 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' ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.