Making WordPress.org


Ignore:
Timestamp:
05/27/2019 04:11:08 AM (6 years ago)
Author:
dd32
Message:

WordPress.TV: add semicolons prior to ?>.

Props BharatKambariya.
Fixes #4300.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php

    r8451 r8876  
    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>
     
    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 ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.