Making WordPress.org

Ticket #4300: 4300.diff

File 4300.diff, 1.8 KB (added by BharatKambariya, 6 years ago)
  • wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php

     
    2626                        <div class="main-video">
    2727                                <?php $wptv->the_video(); ?>
    2828                                <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>
    3030                                        <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    3131                                </h3>
    3232                        </div><!-- .main-video -->
     
    3737
    3838                                <?php while ( $featured->have_posts() ) : $featured->the_post(); ?>
    3939                                <li class="group">
    40                                         <a href="<?php the_permalink() ?>" rel="bookmark">
     40                                        <a href="<?php the_permalink(); ?>" rel="bookmark">
    4141                                                <span class="video-thumbnail">
    4242                                                        <img src="<?php $wptv->the_video( true, true ); ?>" />
    4343                                                </span>
  • wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php

     
    2424                <div class="main-video">
    2525                        <?php $wptv->the_video(); ?>
    2626                        <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>
    2828                                <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    2929                        </h3>
    3030                </div><!-- .main-video -->