Changeset 48111 for trunk/src/wp-includes/class-wp-customize-panel.php
- Timestamp:
- 06/20/2020 01:16:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-panel.php
r47387 r48111 372 372 <?php 373 373 /* translators: %s: The site/panel title in the Customizer. */ 374 echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' );374 printf( __( 'You are customizing %s' ), '<strong class="panel-title">{{ data.title }}</strong>' ); 375 375 ?> 376 376 </span>
Note: See TracChangeset
for help on using the changeset viewer.