Making WordPress.org

Ticket #1475: meta-1475.patch

File meta-1475.patch, 2.3 KB (added by SergeyBiryukov, 9 years ago)
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php

     
    2424                        <div class="main-video">
    2525                                <?php $wptv->the_video(); ?>
    2626                                <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>
    2828                                        <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    2929                                </h3>
    3030                        </div><!-- .main-video -->
     
    3535
    3636                                <?php while ( $featured->have_posts() ) : $featured->the_post(); ?>
    3737                                <li class="group">
    38                                         <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>" >
     38                                        <a href="<?php the_permalink() ?>" rel="bookmark">
    3939                                                <span class="video-thumbnail">
    4040                                                        <img src="<?php $wptv->the_video( true, true ); ?>" />
    4141                                                </span>
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php

     
    2222                <div class="main-video">
    2323                        <?php $wptv->the_video(); ?>
    2424                        <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>
    2626                                <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    2727                        </h3>
    2828                </div><!-- .main-video -->
     
    4747                                ?>
    4848
    4949                                <li class="group">
    50                                         <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>" >
     50                                        <a href="<?php the_permalink(); ?>" rel="bookmark">
    5151                                                <span class="video-thumbnail">
    5252                                                        <img src="<?php $wptv->the_video( true, true ); ?>" />
    5353                                                </span>