Skip to content

Commit

Permalink
Merge in r133168-wpcom
Browse files Browse the repository at this point in the history
Remove wpcom_filter_long_comments_on_display from checklists so they
don't break with long checklists. Props @roccotripaldi
  • Loading branch information
georgestephanis committed Mar 29, 2016
1 parent 1110a2e commit 9fd0221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/checklists/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -552,5 +552,6 @@ public function __construct() {
// as we wp_kses_post the content in our own filter - parse_lists_in_comment - which runs earlier
// otherwise wp_kses_post will remove our <form> and <input> elements
remove_filter( 'comment_text', 'wp_kses_post', 10 );
remove_filter( 'comment_text', 'wpcom_filter_long_comments_on_display', 100 );
}
}

0 comments on commit 9fd0221

Please sign in to comment.