diff --git a/wp-admin/network/upgrade.php b/wp-admin/network/upgrade.php index 60d8d8951e..a20d816045 100644 --- a/wp-admin/network/upgrade.php +++ b/wp-admin/network/upgrade.php @@ -111,7 +111,7 @@ switch ( $action ) { default: if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) : ?> -
+ diff --git a/wp-includes/version.php b/wp-includes/version.php index b18408fc88..64a3a00355 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34700'; +$wp_version = '4.4-alpha-34701'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.