Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Feb 15, 2024
1 parent 6e63e72 commit 63cc2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disqus/includes/class-disqus.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private function define_public_hooks() {
$this->loader->add_filter( 'comments_number', $plugin_public, 'dsq_comments_link_template' );
$this->loader->add_filter( 'comments_template', $plugin_public, 'dsq_comments_template' );
$this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_comment_count' );
$this->loader->add_action( 'comment_form_before', $plugin_public, 'hide_block_theme_comment_section');
$this->loader->add_action( 'comment_form_before', $plugin_public, 'hide_block_theme_comment_section' );
$this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_comment_embed' );
$this->loader->add_action( 'show_user_profile', $plugin_public, 'dsq_close_window_template' );
}
Expand Down

0 comments on commit 63cc2bc

Please sign in to comment.