Changeset 35676 for trunk/src/wp-includes/class-wp-customize-nav-menus.php
- Timestamp:
- 11/18/2015 07:20:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r35636 r35676 338 338 'custom_label' => __( 'Custom Link' ), 339 339 /* translators: %s: Current menu location */ 340 'menuLocation' => _ _( '(Currently set to: %s)' ),340 'menuLocation' => _x( '(Currently set to: %s)', 'Current menu location' ), 341 341 'menuNameLabel' => __( 'Menu Name' ), 342 342 'itemAdded' => __( 'Menu item added' ),
Note: See TracChangeset
for help on using the changeset viewer.