Docs: Add description for `$mode` global in `WP_MS_Sites_List_Table` and `WP_MS_Users_List_Table`.
Fixes #40208. Built from https://develop.svn.wordpress.org/trunk@40310 git-svn-id: http://core.svn.wordpress.org/trunk@40217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0b7148ebbb
commit
6a2b38ca6c
|
@ -207,7 +207,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @global string $mode
|
* @global string $mode List table view mode.
|
||||||
*
|
*
|
||||||
* @param string $which
|
* @param string $which
|
||||||
*/
|
*/
|
||||||
|
@ -295,7 +295,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
* @global string $mode
|
* @global string $mode List table view mode.
|
||||||
*
|
*
|
||||||
* @param array $blog Current site.
|
* @param array $blog Current site.
|
||||||
*/
|
*/
|
||||||
|
@ -346,6 +346,8 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
|
* @global string $mode List table view mode.
|
||||||
|
*
|
||||||
* @param array $blog Current site.
|
* @param array $blog Current site.
|
||||||
*/
|
*/
|
||||||
public function column_lastupdated( $blog ) {
|
public function column_lastupdated( $blog ) {
|
||||||
|
@ -366,6 +368,8 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
|
* @global string $mode List table view mode.
|
||||||
|
*
|
||||||
* @param array $blog Current site.
|
* @param array $blog Current site.
|
||||||
*/
|
*/
|
||||||
public function column_registered( $blog ) {
|
public function column_registered( $blog ) {
|
||||||
|
|
|
@ -145,7 +145,8 @@ class WP_MS_Users_List_Table extends WP_List_Table {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @global string $mode
|
* @global string $mode List table view mode.
|
||||||
|
*
|
||||||
* @param string $which
|
* @param string $which
|
||||||
*/
|
*/
|
||||||
protected function pagination( $which ) {
|
protected function pagination( $which ) {
|
||||||
|
@ -278,7 +279,7 @@ class WP_MS_Users_List_Table extends WP_List_Table {
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
* @global string $mode
|
* @global string $mode List table view mode.
|
||||||
*
|
*
|
||||||
* @param WP_User $user The current WP_User object.
|
* @param WP_User $user The current WP_User object.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-alpha-40309';
|
$wp_version = '4.8-alpha-40310';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue