Fix countdown wrapper

This commit is contained in:
Brian Miyaji
2014-03-22 13:57:38 +11:00
parent 36ad40135a
commit e0b3571c68

View File

@@ -16,7 +16,7 @@ if ( !function_exists( 'sportspress_countdown' ) ) {
$output = ''; $output = '';
if ( isset( $post ) ): if ( isset( $post ) ):
$output .= '<div id="sp_countdown_wrap">'; $output .= '<div id="sp-countdown-wrapper">';
$output .= '<h3 class="event-name"><a href="' . get_permalink( $post->ID ) . '">' . $post->post_title . '</a></h3>'; $output .= '<h3 class="event-name"><a href="' . get_permalink( $post->ID ) . '">' . $post->post_title . '</a></h3>';
if ( $show_league ): if ( $show_league ):