Opened 4 years ago
Closed 4 years ago
#50736 closed enhancement (fixed)
`manage_comments_nav` hook miss parameter
Reported by: | Tkama | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Comments | Keywords: | good-first-bug has-patch |
Focuses: | administration | Cc: |
Description
It would be great if manage_comments_nav
hook pass $which
as the second parameter.
do_action( 'manage_comments_nav', $comment_status, $which );
See: https://developer.wordpress.org/reference/classes/wp_comments_list_table/extra_tablenav/
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 48693: