Making WordPress.org

Changeset 8451


Ignore:
Timestamp:
03/12/2019 01:09:46 AM (5 years ago)
Author:
dd32
Message:

WordPress.TV: Correct some incorrectly nested links.

Props man4toman.
Fixes #4262.

Location:
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2
Files:
3 edited

Legend:

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

    r6374 r8451  
    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 ?>
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/category.php

    r6374 r8451  
    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; ?>
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/front-page.php

    r6374 r8451  
    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
Note: See TracChangeset for help on using the changeset viewer.