From 4bfef892c72f21276bbc77cedb359c77194c8698 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 19 Mar 2012 13:38:43 +0000 Subject: [PATCH] Theme Customizer: In customize_control_dropdown_pages(), remove bad translation. Replace with proper customize-control- markup. see #19910. git-svn-id: http://svn.automattic.com/wordpress/trunk@20210 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-customize.php b/wp-includes/class-wp-customize.php index 99ea5b2699..0871112615 100644 --- a/wp-includes/class-wp-customize.php +++ b/wp-includes/class-wp-customize.php @@ -642,7 +642,7 @@ function sanitize_hexcolor( $color ) { // Custome render type for a dropdown menu. function customize_control_dropdown_pages( $setting ) { printf( - __( '' ), + '', $setting->label, wp_dropdown_pages( array(