- Timestamp:
- 11/07/2019 05:16:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php
r9175 r9262 50 50 51 51 <li class="group"> 52 <a href="<?php the_permalink(); ?>" rel="bookmark">53 52 <span class="video-thumbnail"> 53 <a href="<?php the_permalink(); ?>" rel="bookmark"> 54 54 <?php $wptv->the_video_image( 50, null, false ); ?> 55 </a> 55 56 </span> 56 <span class="video-title"><?php the_title(); ?></span> 57 </a> 57 <span class="video-title"> 58 <a href="<?php the_permalink(); ?>" rel="bookmark"> 59 <?php the_title(); ?> 60 </a> 61 </span> 58 62 <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?> 59 63 </li>
Note: See TracChangeset
for help on using the changeset viewer.