diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 9e00fb97d9..0f16b28b2a 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -394,15 +394,6 @@ $new_user_ignore_pass = $creating && isset( $_POST['noconfirmation'] ) ? wp_unsl - - diff --git a/wp-includes/version.php b/wp-includes/version.php index fc88328c47..7e398de2c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34581'; +$wp_version = '4.4-alpha-34582'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.