diff --git a/includes/class-query-utils.php b/includes/class-query-utils.php index 0e0dabe9a..d1861272d 100644 --- a/includes/class-query-utils.php +++ b/includes/class-query-utils.php @@ -105,7 +105,7 @@ public function get_wp_query( $request ) { $attributes, null, [ - 'post_id' => $current_post, + 'post_id' => $current_post, 'author_id' => $current_author, ] )