Changeset 45932 for trunk/src/wp-admin/customize.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r45926 r45932 208 208 <span class="preview-notice"> 209 209 <?php 210 /* translators: %s: Site title*/210 /* translators: %s: The site/panel title in the Customizer. */ 211 211 echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name', 'display' ) . '</strong>' ); 212 212 ?>
Note: See TracChangeset
for help on using the changeset viewer.