Make WordPress Core


Ignore:
Timestamp:
11/18/2015 07:20:30 PM (10 years ago)
Author:
wonderboymusic
Message:

Customizer i18n: provide translator context for current menu name and location.

Props ryankienstra.
Fixes #33431.

File:
1 edited

Legend:

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

    r35636 r35676  
    338338                'custom_label'      => __( 'Custom Link' ),
    339339                /* translators: %s: Current menu location */
    340                 'menuLocation'      => __( '(Currently set to: %s)' ),
     340                'menuLocation'      => _x( '(Currently set to: %s)', 'Current menu location' ),
    341341                'menuNameLabel'     => __( 'Menu Name' ),
    342342                'itemAdded'         => __( 'Menu item added' ),
Note: See TracChangeset for help on using the changeset viewer.