diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index cd66e1924b..70b4686e2e 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -861,13 +861,12 @@ function populate_roles_300() { } } +if ( !function_exists( 'install_network' ) ) : /** * Install Network. * * @since 3.0.0 - * */ -if ( !function_exists( 'install_network' ) ) : function install_network() { if ( ! defined( 'WP_INSTALLING_NETWORK' ) ) define( 'WP_INSTALLING_NETWORK', true ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f05779cc0c..2efbbb3a43 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39708'; +$wp_version = '4.8-alpha-39709'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.