diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 7b0287545f..9edd7f067f 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -442,8 +442,8 @@ if ( is_multisite() && current_user_can( 'promote_users' ) ) {
- | + | + | |
---|---|---|---|
diff --git a/wp-includes/version.php b/wp-includes/version.php index ca713b4711..c1589842ae 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54856'; +$wp_version = '6.2-alpha-54857'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |