From 5650910c500496df81dd00a76d6d21590ae02e85 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Mon, 26 Jun 2017 19:20:40 +0000 Subject: [PATCH] Multisite: Remove full stops from radio and checkbox labels in the Network Settings screen. This change brings consistency with the regular site administration panel settings pages: Radio and checkbox labels do not use full stops there, so those in the network administration panel should not either. Props Ankit K Gupta. Fixes #39319. Built from https://develop.svn.wordpress.org/trunk@40953 git-svn-id: http://core.svn.wordpress.org/trunk@40803 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/settings.php | 12 ++++++------ wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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.