Ticket #1475: meta-1475.patch
File meta-1475.patch, 2.3 KB (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php
24 24 <div class="main-video"> 25 25 <?php $wptv->the_video(); ?> 26 26 <h3> 27 <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"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 --> … … 35 35 36 36 <?php while ( $featured->have_posts() ) : $featured->the_post(); ?> 37 37 <li class="group"> 38 <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">38 <a href="<?php the_permalink() ?>" rel="bookmark"> 39 39 <span class="video-thumbnail"> 40 40 <img src="<?php $wptv->the_video( true, true ); ?>" /> 41 41 </span> -
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php
22 22 <div class="main-video"> 23 23 <?php $wptv->the_video(); ?> 24 24 <h3> 25 <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"class="video-title"><?php the_title(); ?></a>25 <a href="<?php the_permalink() ?>" rel="bookmark" class="video-title"><?php the_title(); ?></a> 26 26 <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?> 27 27 </h3> 28 28 </div><!-- .main-video --> … … 47 47 ?> 48 48 49 49 <li class="group"> 50 <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">50 <a href="<?php the_permalink(); ?>" rel="bookmark"> 51 51 <span class="video-thumbnail"> 52 52 <img src="<?php $wptv->the_video( true, true ); ?>" /> 53 53 </span>