Make WordPress Core

Changeset 30863 for branches/4.1


Ignore:
Timestamp:
12/15/2014 03:00:10 PM (12 years ago)
Author:
johnbillion
Message:

Customizer: Don't escape control descriptions in JavaScript templates.

Merges [30847] to the 4.1 branch.

Fixes #30682.

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-includes/class-wp-customize-control.php

    r30737 r30863  
    738738                        <# } #>
    739739                        <# if ( data.description ) { #>
    740                                 <span class="description customize-control-description">{{ data.description }}</span>
     740                                <span class="description customize-control-description">{{{ data.description }}}</span>
    741741                        <# } #>
    742742                </label>
Note: See TracChangeset for help on using the changeset viewer.