mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Application Passwords: Open documentation link in same window.
Removes the `target` to to documentation for [https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type 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. git-svn-id: https://develop.svn.wordpress.org/trunk@58820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
defe4b0ec5
commit
b59bc83af4
@ -859,7 +859,7 @@ switch ( $action ) {
|
||||
<?php
|
||||
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.' ),
|
||||
__( 'If this is a development website, you can <a href="%s">set the environment type accordingly</a> to enable application passwords.' ),
|
||||
__( 'https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type' )
|
||||
);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user