Fix player performance displaying empty rows
This commit is contained in:
@@ -338,7 +338,7 @@ class SP_Player extends SP_Custom_Post {
|
|||||||
$team_name = '<a href="' . $team_permalink . '">' . $team_name . '</a>';
|
$team_name = '<a href="' . $team_permalink . '">' . $team_name . '</a>';
|
||||||
endif;
|
endif;
|
||||||
else:
|
else:
|
||||||
$team_name = '—';
|
continue;
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
// Add season name to row
|
// Add season name to row
|
||||||
|
|||||||
Reference in New Issue
Block a user