- Timestamp:
- 09/02/2019 12:42:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-panel.php
r41788 r45927 72 72 <span class="preview-notice"> 73 73 <?php 74 /* translators: %s: themes panel title in the Customizer */ 75 echo sprintf( __( 'You are browsing %s' ), '<strong class="panel-title">' . __( 'Themes' ) . '</strong>' ); // Separate strings for consistency with other panels. 74 printf( 75 /* translators: %s: themes panel title in the Customizer */ 76 __( 'You are browsing %s' ), 77 '<strong class="panel-title">' . __( 'Themes' ) . '</strong>' 78 ); // Separate strings for consistency with other panels. 76 79 ?> 77 80 </span>
Note: See TracChangeset
for help on using the changeset viewer.