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.