From 4a11203b060ff263f020e3733e5d4dd0a497f295 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 7 Jul 2014 00:54:14 +0000 Subject: [PATCH] Clarify a string on Add New User screen. props vancoder, collinsinternet. fixes #27398. Built from https://develop.svn.wordpress.org/trunk@29009 git-svn-id: http://core.svn.wordpress.org/trunk@28797 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-new.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 04cd108050..6ed7ab6228 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -305,7 +305,7 @@ if ( is_multisite() ) { - + @@ -418,7 +418,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?> - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 6a80cd4605..e752bb6354 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-alpha-20140706'; +$wp_version = '4.0-alpha-20140707'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.