From 8de962479d4541eb384540ebee44e8d8306e4d45 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 20 Sep 2019 20:56:49 +0000 Subject: [PATCH] Docs: Add missing `$which` parameter descriptions. Follow up of [46211]. See #45954. git-svn-id: https://develop.svn.wordpress.org/trunk@46212 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-ms-sites-list-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-ms-sites-list-table.php b/src/wp-admin/includes/class-wp-ms-sites-list-table.php index 58030bea4b..519a57d8c4 100644 --- a/src/wp-admin/includes/class-wp-ms-sites-list-table.php +++ b/src/wp-admin/includes/class-wp-ms-sites-list-table.php @@ -218,7 +218,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table { /** * @global string $mode List table view mode. * - * @param string $which + * @param string $which The location of the pagination nav markup: 'top' or 'bottom'. */ protected function pagination( $which ) { global $mode; @@ -235,7 +235,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table { * * @since 5.3.0 * - * @param string $which + * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. */ protected function extra_tablenav( $which ) { ?>