Make WordPress Core

Changeset 58820


Ignore:
Timestamp:
07/27/2024 11:04:51 PM (8 months ago)
Author:
peterwilsoncc
Message:

Application Passwords: Open documentation link in same window.

Removes the target to to documentation for setting the environment type for applications passwords so the tabs open in the same window.

This follows [58137] which added a confirmation prompt for users navigating away from the profile edit screen if they have changed data without saving it.

Props sabernhardt, joedolson.
Fixes #60100.

File:
1 edited

Legend:

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

    r58810 r58820  
    860860                                    printf(
    861861                                        /* translators: %s: Documentation URL. */
    862                                         __( 'If this is a development website you can <a href="%s" target="_blank">set the environment type accordingly</a> to enable application passwords.' ),
     862                                        __( 'If this is a development website, you can <a href="%s">set the environment type accordingly</a> to enable application passwords.' ),
    863863                                        __( 'https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type' )
    864864                                    );
Note: See TracChangeset for help on using the changeset viewer.