- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-theme-control.php
r42006 r42343 83 83 <span class="more-details theme-details" id="{{ data.section }}-{{ data.theme.id }}-action" aria-label="<?php echo esc_attr( $details_label ); ?>"><?php _e( 'Theme Details' ); ?></span> 84 84 85 <div class="theme-author"><?php 85 <div class="theme-author"> 86 <?php 86 87 /* translators: Theme author name */ 87 88 printf( _x( 'By %s', 'theme author' ), '{{ data.theme.author }}' ); 88 ?></div> 89 ?> 90 </div> 89 91 90 92 <# if ( 'installed' === data.theme.type && data.theme.hasUpdate ) { #>
Note: See TracChangeset
for help on using the changeset viewer.