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
This commit is contained in:
Jonathan Desrosiers 2019-09-20 20:56:49 +00:00
parent e31bd15ab5
commit 8de962479d
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
/** /**
* @global string $mode List table view mode. * @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 ) { protected function pagination( $which ) {
global $mode; global $mode;
@ -235,7 +235,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
* *
* @since 5.3.0 * @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 ) { protected function extra_tablenav( $which ) {
?> ?>