mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Docs: Add a missing summary and @since
version to the DocBlock for WP_MS_Sites_List_Table::prepare_items()
.
Also adds a changelog entry for 4.6.0 noting the changeover to `get_sites()`. Fixes #36675. See #21837, #24833 and #33185. Built from https://develop.svn.wordpress.org/trunk@37739 git-svn-id: http://core.svn.wordpress.org/trunk@37704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3b5bb5e067
commit
9afeafeff2
@ -59,6 +59,10 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Prepares the list of sites for display.
|
||||||
|
*
|
||||||
|
* @since 3.1.0
|
||||||
|
* @since 4.6.0 Converted to use get_sites()
|
||||||
*
|
*
|
||||||
* @global string $s
|
* @global string $s
|
||||||
* @global string $mode
|
* @global string $mode
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.6-alpha-37738';
|
$wp_version = '4.6-alpha-37739';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user