Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Dec 7, 2023
1 parent fba5da7 commit f900d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions disqus/rest-api/class-disqus-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ private function comment_data_from_post( $post ) {
}

// Find the parent comment, if any.
// To simplify our syncing process and prevent syncing errors,
// still sync the comment even if we don't have its parent comment synced.
// To simplify our syncing process and prevent syncing errors,
// still sync the comment even if we don't have its parent comment synced.
$parent = 0;
if ( null !== $post['parent'] ) {
$parent_comment_query = new WP_Comment_Query( array(
Expand Down

0 comments on commit f900d7e

Please sign in to comment.