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:
Drew Jaynes 2016-06-17 16:06:31 +00:00
parent 3b5bb5e067
commit 9afeafeff2
2 changed files with 5 additions and 1 deletions

View File

@ -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 $mode

View File

@ -4,7 +4,7 @@
*
* @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.