Changeset 1705 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php
- Timestamp:
- 07/05/2015 07:26:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php
r1474 r1705 18 18 <div class="wpsc-hero-slide-content"> 19 19 <a href="<?php the_permalink(); ?>" class="wpsc-hero-slide-img"> 20 < img src="<?php site_screenshot_src( 487 ); ?>" alt="<?php the_title_attribute(); ?>" width="487" height="365" />20 <?php site_screenshot_tag( 457 ); ?> 21 21 </a> 22 22 <h3><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> … … 63 63 <li> 64 64 <a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"> 65 < img src="<?php site_screenshot_src( 215 ); ?>" width="215" height="161" alt="<?php the_title_attribute(); ?>" class="screenshot" />65 <?php site_screenshot_tag( 215 ); ?> 66 66 </a> 67 67 <h5><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h5> … … 86 86 <li> 87 87 <a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"> 88 < img src="<?php site_screenshot_src( 215 ); ?>" width="215" height="155" alt="<?php the_title_attribute(); ?>" class="screenshot" />88 <?php site_screenshot_tag( 215 ); ?> 89 89 </a> 90 90 <h5><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h5>
Note: See TracChangeset
for help on using the changeset viewer.