diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index 5d81cdf369..1d527c8723 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -130,10 +130,10 @@ if ( isset( $_GET['updated'] ) ) {
-
-
-
- +
+
+
+ '; /* translators: 1: NOBLOGREDIRECT 2: wp-config.php */ @@ -154,14 +154,14 @@ if ( isset( $_GET['updated'] ) ) { update_site_option( 'registrationnotification', 'yes' ); ?> - + - + diff --git a/wp-includes/version.php b/wp-includes/version.php index c30a34ada5..604adc3a7c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40952'; +$wp_version = '4.9-alpha-40953'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.