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:
parent
1368f7d489
commit
dfd30b10b0
|
@ -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.' ),
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue