Make WordPress Core

Changeset 30847


Ignore:
Timestamp:
12/14/2014 07:23:49 PM (10 years ago)
Author:
ocean90
Message:

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

fixes #30682 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-control.php

    r30737 r30847  
    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.