Skip to content

Commit 9fd0221

Browse files
Merge in r133168-wpcom
Remove wpcom_filter_long_comments_on_display from checklists so they don't break with long checklists. Props @roccotripaldi
1 parent 1110a2e commit 9fd0221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/checklists/load.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,5 +552,6 @@ public function __construct() {
552552
// as we wp_kses_post the content in our own filter - parse_lists_in_comment - which runs earlier
553553
// otherwise wp_kses_post will remove our <form> and <input> elements
554554
remove_filter( 'comment_text', 'wp_kses_post', 10 );
555+
remove_filter( 'comment_text', 'wpcom_filter_long_comments_on_display', 100 );
555556
}
556557
}

0 commit comments

Comments
 (0)