Changeset 1409 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme.php
- Timestamp:
- 03/17/2015 11:37:22 PM (10 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
r1265 r1409 3 3 <# if ( data.screenshot_url ) { #> 4 4 <div class="theme-screenshot"> 5 <img src="{{ data.screenshot_url }}?w= 572&strip=all" alt="" />5 <img src="{{ data.screenshot_url }}?w=286&strip=all" alt="" /> 6 6 </div> 7 7 <# } else { #> … … 9 9 <# } #> 10 10 <span class="more-details"><?php _ex( 'More Info', 'theme' ); ?></span> 11 <div class="theme-author"><?php printf( __( 'By %s' ), '<span class="author">{{ data.author }}</span>' ); ?></div>11 <div class="theme-author"><?php printf( __( 'By %s' ), '<span class="author">{{ data.author.display_name }}</span>' ); ?></div> 12 12 <h3 class="theme-name entry-title">{{{ data.name }}}</h3> 13 13
Note: See TracChangeset
for help on using the changeset viewer.