Ticket #4300: 4300.diff
File 4300.diff, 1.8 KB (added by , 6 years ago) |
---|
-
wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php
26 26 <div class="main-video"> 27 27 <?php $wptv->the_video(); ?> 28 28 <h3> 29 <a href="<?php the_permalink() ?>" rel="bookmark" class="video-title"><?php the_title(); ?></a>29 <a href="<?php the_permalink(); ?>" rel="bookmark" class="video-title"><?php the_title(); ?></a> 30 30 <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?> 31 31 </h3> 32 32 </div><!-- .main-video --> … … 37 37 38 38 <?php while ( $featured->have_posts() ) : $featured->the_post(); ?> 39 39 <li class="group"> 40 <a href="<?php the_permalink() ?>" rel="bookmark">40 <a href="<?php the_permalink(); ?>" rel="bookmark"> 41 41 <span class="video-thumbnail"> 42 42 <img src="<?php $wptv->the_video( true, true ); ?>" /> 43 43 </span> -
wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php
24 24 <div class="main-video"> 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> 30 30 </div><!-- .main-video -->