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
This commit is contained in:
parent
ba2700068d
commit
594f77dbae
|
@ -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 ) {
|
||||
?>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue