fix: close EOF

This commit is contained in:
vnmedeiros 2022-11-03 11:55:28 -03:00
parent 06d98c9f5a
commit 314e1f3114
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class Search_Engine {
WHERE
( $searchMetaQuery )
) AS metas ON $wpdb->posts.ID = metas.post_id
EOF;
EOF;
}
return $join;
}