Update core

This commit is contained in:
Brian Miyaji
2016-09-26 21:09:37 +10:00
parent 201a7ccc9e
commit 9f496b077b
9 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.1.2
* @version 2.1.3
*/
?>
<div class="sp-template sp-template-event-blocks sp-template-event-logos-block">

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.1.2
* @version 2.1.3
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.0
* @version 2.1.3
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -172,7 +172,7 @@ foreach ( $groups as $group ):
if ( array_key_exists( 'team', $labels ) ):
$team = sp_array_value( $row, 'team', get_post_meta( $id, 'sp_team', true ) );
$team_name = sp_get_team_name( $team, $abbreviate_teams );
if ( $link_teams && false !== get_post_status( $team )):
if ( $link_teams && false !== get_post_status( $team ) ):
$team_name = '<a href="' . get_post_permalink( $team ) . '">' . $team_name . '</a>';
endif;
$output .= '<td class="data-team">' . $team_name . '</td>';

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 2.0.14
* @version 2.1.3
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly