Changeset 1410
- Timestamp:
- 03/17/2015 11:42:51 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
r1409 r1410 53 53 54 54 <div class="theme-info"> 55 <div class="screenshot"><?php the_post_thumbnail( ' 571' ); ?></div>55 <div class="screenshot"><?php the_post_thumbnail( '1142' ); ?></div> 56 56 57 57 <div class="theme-description entry-summary" itemprop="description"><?php the_content(); ?></div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
r1409 r1410 42 42 <div class="theme-info"> 43 43 <# if ( data.screenshot_url ) { #> 44 <div class="screenshot"><img src="{{ data.screenshot_url }}?w= 571&strip=all" alt=""/></div>44 <div class="screenshot"><img src="{{ data.screenshot_url }}?w=1142&strip=all" alt=""/></div> 45 45 <# } else { #> 46 46 <div class="screenshot blank"></div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme.php
r1409 r1410 3 3 <# if ( data.screenshot_url ) { #> 4 4 <div class="theme-screenshot"> 5 <img src="{{ data.screenshot_url }}?w= 286&strip=all" alt="" />5 <img src="{{ data.screenshot_url }}?w=572&strip=all" alt="" /> 6 6 </div> 7 7 <# } else { #>
Note: See TracChangeset
for help on using the changeset viewer.