diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 49faa4e22b..681c7354f8 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -816,7 +816,7 @@ switch ( $action ) { printf( /* translators: %s: Documentation URL. */ __( 'If this is a development website you can set the environment type accordingly to enable application passwords.' ), - __( 'https://wordpress.org/support/article/editing-wp-config-php/#wp_environment_type' ) + __( 'https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type' ) ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 2c4b6bfa1d..425ef3297d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53751'; +$wp_version = '6.1-alpha-53752'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.