Changeset 33282 for trunk/src/wp-includes/class-wp-customize-section.php
- Timestamp:
- 07/15/2015 07:58:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r33220 r33282 364 364 </div> 365 365 <# if ( data.description ) { #> 366 <p class="description customize-section-description">{{{ data.description }}}</p> 366 <div class="description customize-section-description"> 367 {{{ data.description }}} 368 </div> 367 369 <# } #> 368 370 </li>
Note: See TracChangeset
for help on using the changeset viewer.