Customizer: Decode HTML entities of panel/section titles.

Titles are now passed into Underscore templates but HTML-escaped, see #30737.

fixes #32670.
Built from https://develop.svn.wordpress.org/trunk@32822


git-svn-id: http://core.svn.wordpress.org/trunk@32793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2015-06-17 19:48:25 +00:00
parent a1f7f4fe17
commit 2d2445516c
4 changed files with 10 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32821';
$wp_version = '4.3-alpha-32822';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.