Changeset 45932 for trunk/src/wp-includes/class-wp-customize-panel.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-panel.php
r42747 r45932 359 359 <span class="preview-notice"> 360 360 <?php 361 /* translators: %s: the site/panel title in the Customizer*/361 /* translators: %s: The site/panel title in the Customizer. */ 362 362 echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' ); 363 363 ?>
Note: See TracChangeset
for help on using the changeset viewer.