Changeset 40712 for branches/4.0/src/wp-admin/customize.php
- Timestamp:
- 05/16/2017 12:19:44 PM (8 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-admin/customize.php
r37775 r40712 142 142 } else { 143 143 /* translators: %s is the site/panel title in the Customize pane */ 144 echo sprintf( __( 'You are customizing %s' ), '<strong class="theme-name site-title">' . get_bloginfo( 'name' ) . '</strong>' );144 echo sprintf( __( 'You are customizing %s' ), '<strong class="theme-name site-title">' . get_bloginfo( 'name', 'display' ) . '</strong>' ); 145 145 } 146 146 ?></span>
Note: See TracChangeset
for help on using the changeset viewer.