- Timestamp:
- 05/27/2019 04:11:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php
r8451 r8876 25 25 <?php $wptv->the_video(); ?> 26 26 <h3> 27 <a href="<?php the_permalink() ?>" rel="bookmark" class="video-title"><?php the_title(); ?></a>27 <a href="<?php the_permalink(); ?>" rel="bookmark" class="video-title"><?php the_title(); ?></a> 28 28 <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?> 29 29 </h3>
Note: See TracChangeset
for help on using the changeset viewer.