Make WordPress Core

Changeset 53752


Ignore:
Timestamp:
07/21/2022 07:30:21 PM (2 years ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r53455 r53752  
    817817                                        /* translators: %s: Documentation URL. */
    818818                                        __( 'If this is a development website you can <a href="%s" target="_blank">set the environment type accordingly</a> to enable application passwords.' ),
    819                                         __( 'https://wordpress.org/support/article/editing-wp-config-php/#wp_environment_type' )
     819                                        __( 'https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type' )
    820820                                    );
    821821                                    ?>
Note: See TracChangeset for help on using the changeset viewer.