Opened 15 years ago
Closed 12 years ago
#19581 closed enhancement (fixed)
wp_list_comments_args hook
| Reported by: | greenshady | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Comments | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Kinda related: #11212