League => Competition

This commit is contained in:
Brian Miyaji
2014-10-21 02:28:12 +11:00
parent 1229c7367f
commit cf17257881
30 changed files with 43 additions and 47 deletions

View File

@@ -77,7 +77,7 @@ endif;
echo '<th class="data-away">' . __( 'Away', 'sportspress' ) . '</th>';
if ( $usecolumns == null || in_array( 'league', $usecolumns ) )
echo '<th class="data-league">' . __( 'League', 'sportspress' ) . '</th>';
echo '<th class="data-league">' . __( 'Competition', 'sportspress' ) . '</th>';
if ( $usecolumns == null || in_array( 'season', $usecolumns ) )
echo '<th class="data-season">' . __( 'Season', 'sportspress' ) . '</th>';