Opened 14 years ago
Closed 12 years ago
#19581 closed enhancement (fixed)
wp_list_comments_args hook
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.0 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | Comments | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
wp_list_comments needs a hook on its arguments. This will make it easier to change with child themes as opposed to overwriting the entire comments.php template.
Attached patch adds a new hook: wp_list_comments_args.
Attachments (2)
Change History (12)
#7
follow-up:
↓ 8
@
12 years ago
- Keywords needs-docs added
Would somebody like to add hook docs for this filter? If you aren't sure where to start, a very similar (already-documented) hook would be the wp_link_pages_args filter.
#8
in reply to:
↑ 7
@
12 years ago
- Keywords needs-refresh needs-docs removed
Replying to DrewAPicture:
Would somebody like to add hook docs for this filter? If you aren't sure where to start, a very similar (already-documented) hook would be the wp_link_pages_args filter.
I added the hook docs - let me know if anything needs to be modified.
Note: See
TracTickets for help on using
tickets.
Kinda related: #11212