From 6b06b2cc25c8c23b61520e89cbf5cd9ce125ccd3 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 21 Jul 2022 19:32:12 +0000 Subject: [PATCH] Application Passwords: Link a more accurate documentation page in User profile edit screen. This changeset replaces a HelpHub link with more accurate DevHub link about environment types in User profile edit screen. Props greg24, whaze. Fixes #56267. Built from https://develop.svn.wordpress.org/trunk@53752 git-svn-id: http://core.svn.wordpress.org/trunk@53311 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.