From e25668d086042b2b689973b1a3816e810e5b53aa Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 21 Jul 2022 19:30:21 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@53752 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/user-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php index 49faa4e22b..681c7354f8 100644 --- a/src/wp-admin/user-edit.php +++ b/src/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' ) ); ?>