- Timestamp:
- 11/20/2015 05:45:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-control.php
r35695 r35722 72 72 <label> 73 73 <input type="checkbox" data-menu-id="{{ data.menu_id }}" data-location-id="<?php echo esc_attr( $location ); ?>" class="menu-location" /> <?php echo $description; ?> 74 <span class="theme-location-set"><?php printf( /* translators: %s: menu name */ _x( '(Current: %s)', 'Current menu location' ), '<span class="current-menu-location-name-' . esc_attr( $location ) . '"></span>' ); ?></span> 74 <span class="theme-location-set"><?php 75 /* translators: %s: menu name */ 76 printf( _x( '(Current: %s)', 'menu location' ), 77 '<span class="current-menu-location-name-' . esc_attr( $location ) . '"></span>' 78 ); 79 ?></span> 75 80 </label> 76 81 </li>
Note: See TracChangeset
for help on using the changeset viewer.