From a0b556db06056844303d0e05f5d4b38da401490f Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 22 Sep 2016 13:36:15 +1000 Subject: [PATCH] Allow teams to display player lists without team assignment --- includes/class-sp-team.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/class-sp-team.php b/includes/class-sp-team.php index e4506d5f..6105550d 100644 --- a/includes/class-sp-team.php +++ b/includes/class-sp-team.php @@ -402,7 +402,8 @@ class SP_Team extends SP_Custom_Post { ), array( 'key' => 'sp_team', - 'value' => '0', + 'value' => '', + 'compare' => 'NOT EXISTS', ), ), );