Fix #105 league table displaying zeroes when competition is set and season is all
This commit is contained in:
@@ -117,7 +117,7 @@ class SP_League_Table extends SP_Custom_Post{
|
|||||||
);
|
);
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
if ( $league_id ):
|
if ( $div_id ):
|
||||||
$args['tax_query'][] = array(
|
$args['tax_query'][] = array(
|
||||||
'taxonomy' => 'sp_season',
|
'taxonomy' => 'sp_season',
|
||||||
'field' => 'id',
|
'field' => 'id',
|
||||||
|
|||||||
Reference in New Issue
Block a user