mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-24 01:32:47 +00:00
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:
parent
9bbf3985e3
commit
e25668d086
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user