diff --git a/modules/comments/comments.php b/modules/comments/comments.php index f6a7a04d..8a1f1ce2 100644 --- a/modules/comments/comments.php +++ b/modules/comments/comments.php @@ -451,7 +451,7 @@ public function admin_enqueue_scripts() { return; } - if ( ! in_array( $hook, array( 'pressforward_page_pf-review', 'toplevel_page_pf-menu', 'edit.php', 'post.php', 'post-new.php' ), true ) ) { + if ( ! in_array( $hook, array( 'pressforward_page_pf-review', 'toplevel_page_pf-menu', 'edit.php', 'post.php', 'post-new.php', 'pressforward_page_pf-all-content' ), true ) ) { return; }