#16489 closed defect (bug) (fixed)
HTML tags img, pre are cut out from comments
Reported by: | advanpix | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | major | Version: | 3.0.5 |
Component: | Comments | Keywords: | |
Focuses: | Cc: |
Attachments (3)
Change History (11)
Note: See
TracTickets for help on using
tickets.
I think I found the problem
In 3.0.5 file wp-includes/default-filters.php line 35 looks like:
foreach ( array( 'term_description', 'link_description', 'link_notes', 'user_description', 'comment_text' ) as $filter ) {
Just removing bold text and "," before it fixes the bug.
3.0.4 has this line without 'comment_text' - and it was working fine.