Fix player lists not appearing in team edit screen when team set to all
This commit is contained in:
@@ -402,8 +402,7 @@ class SP_Team extends SP_Custom_Post {
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'key' => 'sp_team',
|
'key' => 'sp_team',
|
||||||
'value' => '',
|
'value' => '0',
|
||||||
'compare' => 'NOT EXISTS',
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user