Make WordPress Core

Changeset 32886


Ignore:
Timestamp:
06/20/2015 06:28:55 PM (9 years ago)
Author:
ocean90
Message:

Customizer: Rename label for custom links to "Custom Links", see [31748].

props paulwilde
fixes #32732.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r32875 r32886  
    272272            'l10n'                 => array(
    273273                '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.' ),
    275275                'menuLocation'      => _x( '(Currently set to: %s)', 'Current menu location.' ),
    276276                'deleteWarn'        => __( 'You are about to permanently delete this menu. "Cancel" to stop, "OK" to delete.' ),
     
    626626            </div>
    627627            <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>
    629629                <div class="accordion-section-content">
    630630                    <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.