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..2cd1a86499 100644
--- a/src/wp-admin/includes/class-wp-comments-list-table.php
+++ b/src/wp-admin/includes/class-wp-comments-list-table.php
@@ -415,11 +415,13 @@ class WP_Comments_List_Table extends WP_List_Table {
 		/**
 		 * Fires after the Filter submit button for comment types.
 		 *
+		 * @param string $comment_status The comment status name. Default 'All'.
+		 * @param string $which Position of the menu.
+		 *
 		 * @since 2.5.0
 		 *
-		 * @param string $comment_status The comment status name. Default 'All'.
 		 */
-		do_action( 'manage_comments_nav', $comment_status );
+		do_action( 'manage_comments_nav', $comment_status, $which );
 		echo '</div>';
 	}
 
