- Timestamp:
- 05/26/2019 03:29:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-theme-control.php
r43571 r45435 104 104 <div class="theme-id-container"> 105 105 <h3 class="theme-name" id="{{ data.section }}-{{ data.theme.id }}-name"> 106 <?php 107 /* translators: %s: theme name */ 108 printf( __( '<span>Previewing:</span> %s' ), '{{ data.theme.name }}' ); 109 ?> 106 <span><?php _e( 'Previewing:' ); ?></span> {{ data.theme.name }} 110 107 </h3> 111 108 <div class="theme-actions">
Note: See TracChangeset
for help on using the changeset viewer.