diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 7ef33a8132..c24033a6ed 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -472,7 +472,7 @@ if ( is_multisite() && current_user_can( 'promote_users' ) ) { - + @@ -616,7 +616,7 @@ if ( current_user_can( 'create_users' ) ) { /> - + @@ -639,7 +639,7 @@ if ( current_user_can( 'create_users' ) ) { /> - + diff --git a/wp-includes/version.php b/wp-includes/version.php index f455373ad8..b9d55c9f6a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57273'; +$wp_version = '6.5-alpha-57274'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.