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