Changeset 1238 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content.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.php
r1147 r1238 1 <?php global $theme; ?> 1 <?php 2 global $theme; 3 $theme = wporg_themes_photon_screen_shot( $theme ); 4 ?> 2 5 <article id="post-<?php echo $theme->slug; ?>" class="theme hentry"> 3 6 <div class="theme-screenshot"> 4 <img src="<?php echo esc_url( $theme->screenshot_url ); ?>" alt="">7 <img src="<?php echo esc_url( $theme->screenshot_url . '?w=286&strip=all' ); ?>" alt=""> 5 8 </div> 6 9 <a class="more-details url" href="<?php echo esc_url( home_url( $theme->slug . '/' ) ); ?>" rel="bookmark"><?php _ex( 'More Info', 'theme' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.