From 594f77dbaed12f8532e76d3ef23127773a853261 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 20 Sep 2019 20:57:57 +0000 Subject: [PATCH] Docs: Add missing `$which` parameter descriptions. Follow up of [46211]. See #45954. Built from https://develop.svn.wordpress.org/trunk@46212 git-svn-id: http://core.svn.wordpress.org/trunk@46024 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-ms-sites-list-table.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-ms-sites-list-table.php b/wp-admin/includes/class-wp-ms-sites-list-table.php index 58030bea4b..519a57d8c4 100644 --- a/wp-admin/includes/class-wp-ms-sites-list-table.php +++ b/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 ) { ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 31ff71ab1f..ede295911b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46211'; +$wp_version = '5.3-alpha-46212'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.