Opened 16 years ago
Closed 16 years ago
#7901 closed defect (bug) (fixed)
Walker_Comment fails to pass args to comment_reply_link
Reported by: | Otto42 | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
The Walker_Comment's start_el() function needs to pass all the $args, merged with the three fields it must send anyway, down to the comment_reply_link function, making those fields available to be set in the calls to higher level functions.
For example, when calling wp_list_comments, there's currently no way to set the text of the "Reply" link. If the $args were passed along, one could simply add a reply_text parameter to the call.
Essentially, this ia bug because it leaves no way to actually use the args of comment_reply_link from the higher level functions.
Will attach patch shortly.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch to add $args to comments_reply_link call