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
This commit is contained in:
nacin 2012-03-19 13:38:43 +00:00
parent 990cf273c7
commit 4bfef892c7
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ function sanitize_hexcolor( $color ) {
// Custome render type for a dropdown menu.
function customize_control_dropdown_pages( $setting ) {
printf(
__( '<label>%s %s</label>' ),
'<label class="customize-control-select"><span class="customize-control-title">%s</span> %s</label>',
$setting->label,
wp_dropdown_pages(
array(