Changeset 43596 for trunk/src/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
- Timestamp:
- 08/30/2018 12:35:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
r43174 r43596 75 75 <span class="theme-location-set"> 76 76 <?php 77 /* translators: %s: menu name */78 77 printf( 78 /* translators: %s: menu name */ 79 79 _x( '(Current: %s)', 'menu location' ), 80 80 '<span class="current-menu-location-name-' . esc_attr( $location ) . '"></span>'
Note: See TracChangeset
for help on using the changeset viewer.