Changeset 1238 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
- Timestamp:
- 02/10/2015 12:18:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
r1188 r1238 1 <?php global $theme; ?> 1 <?php 2 global $theme; 3 $theme = wporg_themes_photon_screen_shot( $theme ); 4 ?> 2 5 <div class="theme-wrap"> 3 6 <div class="theme-about"> … … 10 13 11 14 <div class="theme-screenshots"> 12 <div class="screenshot"><?php the_post_thumbnail(); ?></div>15 <div class="screenshot"><?php echo esc_url( $theme->screenshot_url . '?w=613&strip=all' ); ?></div> 13 16 14 17 <div class="theme-actions">
Note: See TracChangeset
for help on using the changeset viewer.