Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Feb 7, 2022
1 parent a14c77d commit f64c11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Indexable/Post/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ protected function get_total_objects_for_query( $query_args ) {
protected function get_total_objects_for_query_from_db( $query_args ) {
$post_count = 0;

if ( ! isset( $query_args['post_type'] ) || isset( $query_args['ep_indexing_upper_limit_object_id'] )
if ( ! isset( $query_args['post_type'] ) || isset( $query_args['ep_indexing_upper_limit_object_id'] )
|| isset( $query_args['ep_indexing_lower_limit_object_id'] ) ) {
return $post_count;
}
Expand Down

0 comments on commit f64c11e

Please sign in to comment.