Skip to content

Commit

Permalink
Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
iansvo committed Dec 9, 2024
1 parent 601abc3 commit fe57f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-query-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function get_wp_query( $request ) {
$attributes,
null,
[
'post_id' => $current_post,
'post_id' => $current_post,
'author_id' => $current_author,
]
)
Expand Down

0 comments on commit fe57f21

Please sign in to comment.