Customizer: Remove unused string.

see #32576.
Built from https://develop.svn.wordpress.org/trunk@33167


git-svn-id: http://core.svn.wordpress.org/trunk@33139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-07-11 20:53:24 +00:00
parent 153511f78f
commit b0bdcf3a58
2 changed files with 1 additions and 2 deletions

View File

@ -292,7 +292,6 @@ final class WP_Customize_Nav_Menus {
'custom_label' => __( 'Custom Link' ),
/* translators: %s: Current menu location */
'menuLocation' => __( '(Currently set to: %s)' ),
'deleteWarn' => __( 'You are about to permanently delete this menu. "Cancel" to stop, "OK" to delete.' ),
'itemAdded' => __( 'Menu item added' ),
'itemDeleted' => __( 'Menu item deleted' ),
'menuAdded' => __( 'Menu created' ),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33166';
$wp_version = '4.3-beta2-33167';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.