Theme Customizer: In customize_control_dropdown_pages(), remove bad translation. Replace with proper customize-control- markup. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20210 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-03-19 13:38:43 +00:00
parent cc9bcf724b
commit 4a99a54b23
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(