Changeset 8998 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/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/theme.php
r1489 r8998 9 9 <?php } ?> 10 10 <span class="more-details"><?php _ex( 'More Info', 'theme', 'wporg-themes' ); ?></span> 11 <?php if ( $theme->author->display_name ) { ?> 11 12 <div class="theme-author"><?php printf( _x( 'By %s', 'theme author', 'wporg-themes' ), '<span class="author">' . esc_html( $theme->author->display_name ) . '</span>' ); ?></div> 13 <?php } ?> 12 14 <h3 class="theme-name entry-title"><?php echo esc_html( $theme->name ); ?></h3> 13 15 </a>
Note: See TracChangeset
for help on using the changeset viewer.