Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
tterb committed Jan 8, 2021
1 parent 1aabd5c commit 2ad32e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disqus/public/class-disqus-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private function dsq_comment_count_can_load_for_post( $post ) {
return false;
}

// Make sure comments are open if it's a single post page
// Make sure comments are open if it's a single post page.
if ( is_singular() && ! comments_open() ) {
return false;
}
Expand Down

0 comments on commit 2ad32e1

Please sign in to comment.