update spotlight template query
This commit is contained in:
parent
263f9ea634
commit
8cf6607e80
1 changed files with 2 additions and 3 deletions
|
@ -187,9 +187,8 @@ class Wasmo_Spotlight_Post_List_Table extends WP_List_Table
|
|||
'compare' => '!=',
|
||||
),
|
||||
array(
|
||||
'key' => 'imported',
|
||||
'value' => '',
|
||||
'compare' => '==',
|
||||
'key' => 'import_text',
|
||||
'compare' => 'NOT EXISTS'
|
||||
),
|
||||
),
|
||||
'fields' => 'all'
|
||||
|
|
Loading…
Reference in a new issue