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
This commit is contained in:
audrasjb 2022-07-21 19:32:12 +00:00
parent 71ca314193
commit 6b06b2cc25
2 changed files with 2 additions and 2 deletions

View File

@ -816,7 +816,7 @@ switch ( $action ) {
printf( printf(
/* translators: %s: Documentation URL. */ /* 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.' ), __( '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> </p>

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.