Changeset 33327
- Timestamp:
- 07/20/2015 01:45:08 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r33067 r33327 332 332 <?php 333 333 /* translators: %s: theme name */ 334 printf( __( '<span>Active:</span> %s' ), '{{ data.name}}' );334 printf( __( '<span>Active:</span> %s' ), '{{{ data.name }}}' ); 335 335 ?> 336 336 </h3> -
trunk/src/wp-includes/class-wp-customize-control.php
r33317 r33327 1420 1420 <?php 1421 1421 /* translators: %s: theme name */ 1422 printf( __( '<span>Active:</span> %s' ), '{{ data.theme.name}}' );1422 printf( __( '<span>Active:</span> %s' ), '{{{ data.theme.name }}}' ); 1423 1423 ?> 1424 1424 </h3> 1425 1425 <# } else { #> 1426 <h3 class="theme-name" id="{{ data.theme.id }}-name">{{ data.theme.name}}</h3>1426 <h3 class="theme-name" id="{{ data.theme.id }}-name">{{{ data.theme.name }}}</h3> 1427 1427 <div class="theme-actions"> 1428 1428 <button type="button" class="button theme-details"><?php _e( 'Theme Details' ); ?></button>
Note: See TracChangeset
for help on using the changeset viewer.