Making WordPress.org

Ticket #4262: 4262.patch

File 4262.patch, 2.0 KB (added by man4toman, 5 years ago)

The patch

  • wordpress.tv/public_html/wp-content/themes/wptv2/category-wordcamptv.php

     
    4242                                                        <img src="<?php $wptv->the_video( true, true ); ?>" />
    4343                                                </span>
    4444                                                <span class="video-title"><?php the_title(); ?></span>
    45                                                 <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    4645                                        </a>
     46                                        <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    4747                                </li>
    4848                                <?php endwhile; // have_posts ?>
    4949
  • wordpress.tv/public_html/wp-content/themes/wptv2/category.php

     
    4545                                                        <img src="<?php $wptv->the_video( true, true ); ?>" />
    4646                                                </span>
    4747                                                <span class="video-title"><?php the_title(); ?></span>
    48                                                 <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    4948                                        </a>
     49                                        <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    5050                                </li>
    5151                                <?php endwhile; ?>
    5252                        </ul>
  • wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php

     
    5454                                                        <img src="<?php $wptv->the_video( true, true ); ?>" />
    5555                                                </span>
    5656                                                <span class="video-title"><?php the_title(); ?></span>
    57                                                 <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    5857                                        </a>
     58                                        <?php $wptv->the_event( '<strong class="video-event">', '</strong>' ); ?>
    5959                                </li>
    6060
    6161                                <?php