diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index aa8ab1adee..3646e0f9d2 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -438,9 +438,15 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c diff --git a/wp-includes/version.php b/wp-includes/version.php index ed3255d60b..23df1d9cd9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34589'; +$wp_version = '4.4-alpha-34590'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.