diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index a7010e9f1b..614499f258 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -101,7 +101,7 @@ if ( isset( $_GET['updated'] ) ) {

-

+

@@ -120,7 +120,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+

@@ -196,7 +196,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+

@@ -268,7 +268,7 @@ if ( isset( $_GET['updated'] ) ) {
-

+

@@ -306,7 +306,7 @@ if ( isset( $_GET['updated'] ) ) { $translations = wp_get_available_translations(); if ( ! empty( $languages ) || ! empty( $translations ) ) { ?> -

+

@@ -333,7 +333,7 @@ if ( isset( $_GET['updated'] ) ) { } ?> -

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 35fd95c620..028b279d96 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34694'; +$wp_version = '4.4-alpha-34695'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.