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
This commit is contained in:
Jb Audras 2022-07-21 19:30:21 +00:00
parent 9bbf3985e3
commit e25668d086

View File

@ -816,7 +816,7 @@ switch ( $action ) {
printf(
/* translators: %s: Documentation URL. */
__( 'If this is a development website you can <a href="%s" target="_blank">set the environment type accordingly</a> 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' )
);
?>
</p>