diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 3f74baa856..1e9fe4dcc4 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -296,7 +296,7 @@ switch ( $action ) {
| diff --git a/wp-includes/version.php b/wp-includes/version.php index f6ea043069..96f0a7f362 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59693'; +$wp_version = '6.8-alpha-59695'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |