Opened 13 years ago
Closed 13 years ago
#14680 closed defect (bug) (fixed)
Filter "comment_text" is only applied when "comment_max_links" option is TRUE
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.0.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
The check_comment()
function in /wp-includes/comment.php
does only appliy the comment_text filter if comment_max_links option is TRUE.
This leaves the $comment text unfiltered if that option results in FALSE but moderation keys are enabled.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Related: #14681