Update class-sp-team.php
This commit is contained in:
@@ -488,7 +488,7 @@ class SP_Team extends SP_Custom_Post {
|
|||||||
);
|
);
|
||||||
$tables_by_terms = get_posts( $args );
|
$tables_by_terms = get_posts( $args );
|
||||||
|
|
||||||
$tables = array_merge( $tables_by_id, $tables_by_terms );
|
$tables = array_merge( $tables_by_terms, $tables_by_id );
|
||||||
|
|
||||||
$checked = (array) get_post_meta( $this->ID, 'sp_table' );
|
$checked = (array) get_post_meta( $this->ID, 'sp_table' );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user