Opened 16 years ago
Closed 16 years ago
#14680 closed defect (bug) (fixed)
Filter "comment_text" is only applied when "comment_max_links" option is TRUE
| Reported by: | hakre | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | 3.0.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related: #14681