Changeset 39098
- Timestamp:
- 11/02/2016 10:10:30 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r38920 r39098 809 809 810 810 <fieldset class="menu-settings-group menu-theme-locations"> 811 <legend class="menu-settings-group-name howto"><?php _e( ' Theme locations' ); ?></legend>811 <legend class="menu-settings-group-name howto"><?php _e( 'Display location' ); ?></legend> 812 812 <?php foreach ( $locations as $location => $description ) : ?> 813 813 <div class="menu-settings-input checkbox-input"> -
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-control.php
r38672 r39098 65 65 <ul class="menu-settings"> 66 66 <li class="customize-control"> 67 <span class="customize-control-title"><?php _e( ' Menu Locations' ); ?></span>67 <span class="customize-control-title"><?php _e( 'Display Location' ); ?></span> 68 68 </li> 69 69
Note: See TracChangeset
for help on using the changeset viewer.