Changeset 33493 for trunk/src/wp-includes/class-wp-customize-nav-menus.php
- Timestamp:
- 07/29/2015 06:53:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r33460 r33493 337 337 'movedLeft' => __( 'Menu item moved out of submenu' ), 338 338 'movedRight' => __( 'Menu item is now a sub-item' ), 339 /* translators: %s: ▸ is the unicode right-pointing triangle*/340 'customizingMenus' => __( 'Customizing ▸ Menus'),339 /* translators: ▸ is the unicode right-pointing triangle, and %s is the section title in the Customizer */ 340 'customizingMenus' => sprintf( __( 'Customizing ▸ %s' ), esc_html( $this->manager->get_panel( 'nav_menus' )->title ) ), 341 341 /* translators: %s: title of menu item which is invalid */ 342 342 'invalidTitleTpl' => __( '%s (Invalid)' ),
Note: See TracChangeset
for help on using the changeset viewer.