Opened 10 years ago
Closed 10 years ago
#30894 closed defect (bug) (fixed)
Parameters added to get_comment_author_link filter missing from edit-form-comment.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Comments | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
wp-includes/comment-template.php adds 2 new parameters to the get_comment_author_link filter in WP 4.1 (lines 209-220). But these are not reciprocated in wp-admin/edit-form-comment.php (line 52). The latter needs updating, if possible, or the change otherwise reviewed as a whole.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Adding null as default parameters to the new extended filter resolves issues with wp-admin; if that is intended, some documentation would be good...