diff --git a/src/wp-admin/includes/class-wp-comments-list-table.php b/src/wp-admin/includes/class-wp-comments-list-table.php
index c7ffb4d9f2..5cca17ec8f 100644
a
|
b
|
class WP_Comments_List_Table extends WP_List_Table { |
418 | 418 | * @since 2.5.0 |
419 | 419 | * |
420 | 420 | * @param string $comment_status The comment status name. Default 'All'. |
| 421 | * @param string $which Position of the menu. |
421 | 422 | */ |
422 | | do_action( 'manage_comments_nav', $comment_status ); |
| 423 | do_action( 'manage_comments_nav', $comment_status, $which ); |
423 | 424 | echo '</div>'; |
424 | 425 | } |
425 | 426 | |