Changeset 32886
- Timestamp:
- 06/20/2015 06:28:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r32875 r32886 272 272 'l10n' => array( 273 273 'untitled' => _x( '(no label)', 'Missing menu item navigation label.' ), 274 'custom_label' => _x( 'Custom ', 'Custom menu item type label.' ),274 'custom_label' => _x( 'Custom Link', 'Custom menu item type label.' ), 275 275 'menuLocation' => _x( '(Currently set to: %s)', 'Current menu location.' ), 276 276 'deleteWarn' => __( 'You are about to permanently delete this menu. "Cancel" to stop, "OK" to delete.' ), … … 626 626 </div> 627 627 <div id="new-custom-menu-item" class="accordion-section"> 628 <h4 class="accordion-section-title"><?php _e( ' Links' ); ?><button type="button" class="not-a-button"><span class="screen-reader-text"><?php _e( 'Toggle' ); ?></span></button></h4>628 <h4 class="accordion-section-title"><?php _e( 'Custom Links' ); ?><button type="button" class="not-a-button"><span class="screen-reader-text"><?php _e( 'Toggle' ); ?></span></button></h4> 629 629 <div class="accordion-section-content"> 630 630 <input type="hidden" value="custom" id="custom-menu-item-type" name="menu-item[-1][menu-item-type]" />
Note: See TracChangeset
for help on using the changeset viewer.