- Timestamp:
- 10/14/2019 01:24:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/taxonomy-event.php
r6374 r9175 48 48 <a href="<?php the_permalink(); ?>" rel="bookmark"> 49 49 <span class="video-thumbnail"> 50 < img src="<?php $wptv->the_video( true, true ); ?>" />50 <?php $wptv->the_video_image( 50, null, false ); ?> 51 51 </span> 52 52 <span class="video-title"><?php the_title(); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.