Changeset 8998 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme.php
- Timestamp:
- 06/27/2019 12:14:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme.php
r1489 r8998 9 9 <# } #> 10 10 <span class="more-details"><?php _ex( 'More Info', 'theme', 'wporg-themes' ); ?></span> 11 <# if ( data.author.display_name ) { #> 11 12 <div class="theme-author"><?php printf( _x( 'By %s', 'theme author', 'wporg-themes' ), '<span class="author">{{ data.author.display_name }}</span>' ); ?></div> 13 <# } #> 12 14 <h3 class="theme-name entry-title">{{{ data.name }}}</h3> 13 15 </a>
Note: See TracChangeset
for help on using the changeset viewer.