Changeset 40704 for trunk/src/wp-admin/customize.php
- Timestamp:
- 05/16/2017 12:06:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r40510 r40704 156 156 <div class="accordion-section-title"> 157 157 <span class="preview-notice"><?php 158 echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name' ) . '</strong>' );158 echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name', 'display' ) . '</strong>' ); 159 159 ?></span> 160 160 <button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></button>
Note: See TracChangeset
for help on using the changeset viewer.