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:
parent
990cf273c7
commit
4bfef892c7
|
@ -642,7 +642,7 @@ function sanitize_hexcolor( $color ) {
|
||||||
// Custome render type for a dropdown menu.
|
// Custome render type for a dropdown menu.
|
||||||
function customize_control_dropdown_pages( $setting ) {
|
function customize_control_dropdown_pages( $setting ) {
|
||||||
printf(
|
printf(
|
||||||
__( '<label>%s %s</label>' ),
|
'<label class="customize-control-select"><span class="customize-control-title">%s</span> %s</label>',
|
||||||
$setting->label,
|
$setting->label,
|
||||||
wp_dropdown_pages(
|
wp_dropdown_pages(
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in New Issue