diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 2563f638f5..f5d7e432c0 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -490,8 +490,8 @@ if ( $show_password_fields ) : get_all() ) > 1 ) ) { ?>   - -

+ +

diff --git a/wp-includes/version.php b/wp-includes/version.php index ba761cae43..b4490e5d6d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30503'; +$wp_version = '4.1-beta2-30504'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.