MS: Populate site_name property in a new WP_Network.

This allows us to reduce some extra handling in `ms-settings.php`. Requires [34777].

Props johnjamesjacoby for the initial patch.
See #31985.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2015-10-04 20:51:25 +00:00
parent 6650dfea4f
commit a8771a3914
3 changed files with 17 additions and 8 deletions

View File

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