Use site objects rather than get_blog_status() in MS list tables.

Removes several repetitive calls to `get_blog_status()` that are not needed, as the data is already available as part of each site's object.

Fixes #32512.

Built from https://develop.svn.wordpress.org/trunk@32630


git-svn-id: http://core.svn.wordpress.org/trunk@32600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2015-05-27 23:14:29 +00:00
parent b4eccbd5a0
commit a5c688e817
4 changed files with 30 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32629';
$wp_version = '4.3-alpha-32630';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.