diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 101ac5269c..813c5eb5cd 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -796,14 +796,17 @@ endif; $application_passwords_list_table->display(); ?> - -
-set the environment type accordingly to enable application passwords.' ), - __( 'https://wordpress.org/support/article/editing-wp-config-php/#wp_environment_type' ) - ); - ?>
+ + ++ set the environment type accordingly to enable application passwords.' ), + __( 'https://wordpress.org/support/article/editing-wp-config-php/#wp_environment_type' ) + ); + ?> +
diff --git a/wp-includes/version.php b/wp-includes/version.php index a49d5a8420..aca26a3eb6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51985'; +$wp_version = '5.9-alpha-51988'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.