Customizer: Remove two unused strings.

Fixes #33632.
Built from https://develop.svn.wordpress.org/trunk@35694


git-svn-id: http://core.svn.wordpress.org/trunk@35658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-11-18 22:12:26 +00:00
parent 1368f7d489
commit dfd30b10b0
2 changed files with 1 additions and 3 deletions

View File

@ -353,8 +353,6 @@ final class WP_Customize_Nav_Menus {
'invalidTitleTpl' => __( '%s (Invalid)' ),
/* translators: %s: title of menu item in draft status */
'pendingTitleTpl' => __( '%s (Pending)' ),
'taxonomyTermLabel' => __( 'Taxonomy' ),
'postTypeLabel' => __( 'Post Type' ),
'itemsFound' => __( 'Number of items found: %d' ),
'itemsFoundMore' => __( 'Additional items found: %d' ),
'itemsLoadingMore' => __( 'Loading more results... please wait.' ),

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35693';
$wp_version = '4.4-beta4-35694';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.