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:
parent
cc9bcf724b
commit
4a99a54b23
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user