mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-07 08:01:54 +01:00
Customizer: Don't escape control descriptions in JavaScript templates.
fixes #30682 for trunk. Built from https://develop.svn.wordpress.org/trunk@30847 git-svn-id: http://core.svn.wordpress.org/trunk@30837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5eeea164ef
commit
9a599e4093
@ -737,7 +737,7 @@ class WP_Customize_Upload_Control extends WP_Customize_Control {
|
||||
<span class="customize-control-title">{{ data.label }}</span>
|
||||
<# } #>
|
||||
<# if ( data.description ) { #>
|
||||
<span class="description customize-control-description">{{ data.description }}</span>
|
||||
<span class="description customize-control-description">{{{ data.description }}}</span>
|
||||
<# } #>
|
||||
</label>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user