diff --git a/wp-admin/includes/class-wp-ms-sites-list-table.php b/wp-admin/includes/class-wp-ms-sites-list-table.php index 4bee788ebf..6ffc312906 100644 --- a/wp-admin/includes/class-wp-ms-sites-list-table.php +++ b/wp-admin/includes/class-wp-ms-sites-list-table.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index abb4661760..f6149db25b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.