We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1110a2e commit 9fd0221Copy full SHA for 9fd0221
modules/checklists/load.php
@@ -552,5 +552,6 @@ public function __construct() {
552
// as we wp_kses_post the content in our own filter - parse_lists_in_comment - which runs earlier
553
// otherwise wp_kses_post will remove our <form> and <input> elements
554
remove_filter( 'comment_text', 'wp_kses_post', 10 );
555
+ remove_filter( 'comment_text', 'wpcom_filter_long_comments_on_display', 100 );
556
}
557
0 commit comments