diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 6df4d506e1..85ce99c4f7 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -779,7 +779,7 @@ switch ( $action ) {
- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 7c259ceccf..ab30af22b4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55095'; +$wp_version = '6.2-alpha-55096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.