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
This commit is contained in:
Felix Arntz
2017-06-26 19:20:40 +00:00
parent 78dba2fefd
commit 5650910c50
2 changed files with 7 additions and 7 deletions

View File

@@ -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.