Opened 17 months ago
Last modified 17 months ago
#19581 new enhancement
wp_list_comments_args hook
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Template | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| 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 (1)
Note: See
TracTickets for help on using
tickets.

Kinda related: #11212