From dfd30b10b04cfd1a430ffd2263058d46c2b5039e Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 18 Nov 2015 22:12:26 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-customize-nav-menus.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-includes/class-wp-customize-nav-menus.php b/wp-includes/class-wp-customize-nav-menus.php index 8218d73c75..e511ac2fc1 100644 --- a/wp-includes/class-wp-customize-nav-menus.php +++ b/wp-includes/class-wp-customize-nav-menus.php @@ -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.' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 04ce9157fd..3158e4c6bf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.