diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 04bf5ac512..bbb321a272 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -832,7 +832,7 @@ switch ( $action ) { wp_admin_notice( __( 'Your website appears to use Basic Authentication, which is not currently compatible with Application Passwords.' ), array( - 'type' => 'error', + 'type' => 'error', 'additional_classes' => array( 'inline' ), ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 2ef2852efd..009b362f61 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56797'; +$wp_version = '6.4-beta2-56798'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.