Skip to content

Commit

Permalink
Update includes/class-wp-job-manager-post-types.php
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Jorge Mota <fjorgemota@users.noreply.github.com>
  • Loading branch information
gikaragia and fjorgemota committed Oct 4, 2023
1 parent b1aee78 commit 55b537b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wp-job-manager-post-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ public function job_feed() {
'posts_per_page' => $input_posts_per_page,
'paged' => absint( get_query_var( 'paged', 1 ) ),
'tax_query' => [], // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_tax_query -- Empty.
'meta_query' => [], //// phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query -- Empty.
'meta_query' => [], // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query -- Empty.
];

if ( ! empty( $input_search_location ) ) {
Expand Down

0 comments on commit 55b537b

Please sign in to comment.