Changeset 9175 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php
- Timestamp:
- 10/14/2019 01:24:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php
r8876 r9175 40 40 <a href="<?php the_permalink(); ?>" rel="bookmark"> 41 41 <span class="video-thumbnail"> 42 < img src="<?php $wptv->the_video( true, true ); ?>" />42 <?php $wptv->the_video_image( 50, null, false ); ?> 43 43 </span> 44 44 <span class="video-title"><?php the_title(); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.