- Timestamp:
- 12/16/2014 08:32:03 PM (11 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentyfifteen/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-content/themes/twentyfifteen/header.php
r30798 r30924 25 25 <body <?php body_class(); ?>> 26 26 <div id="page" class="hfeed site"> 27 <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'twentyfifteen' ); ?></a>27 <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyfifteen' ); ?></a> 28 28 29 29 <div id="sidebar" class="sidebar"> … … 42 42 <?php endif; 43 43 ?> 44 <button class="secondary-toggle"><?php esc_html_e( 'Menu and widgets', 'twentyfifteen' ); ?></button>44 <button class="secondary-toggle"><?php _e( 'Menu and widgets', 'twentyfifteen' ); ?></button> 45 45 </div><!-- .site-branding --> 46 46 </header><!-- .site-header -->
Note: See TracChangeset
for help on using the changeset viewer.