Changeset 36809 for trunk/src/wp-includes/class-wp-customize-panel.php
- Timestamp:
- 03/02/2016 11:09:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-panel.php
r36568 r36809 369 369 <div class="accordion-section-title"> 370 370 <span class="preview-notice"><?php 371 /* translators: %s isthe site/panel title in the Customizer */371 /* translators: %s: the site/panel title in the Customizer */ 372 372 echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' ); 373 373 ?></span>
Note: See TracChangeset
for help on using the changeset viewer.