Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#56267 closed defect (bug) (fixed)

Replace link to codex in user profile edit screen

Reported by: greg24's profile greg24 Owned by: audrasjb's profile audrasjb
Milestone: 6.1 Priority: normal
Severity: minor Version:
Component: Application Passwords Keywords: has-patch
Focuses: docs Cc:

Description

On the edit user profile admin screen, the message in the "Application Passwords" section when application passwords are not supported on the site contains an outdated link in the paragraph:
"If this is a development website you can set the environment type accordingly to enable application passwords."

Current link: https://wordpress.org/support/article/editing-wp-config-php/#wp_environment_type
Correct link: https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type

Location: https://github.com/WordPress/wordpress-develop/blob/f98e99c8b6d47963c925760d5c980a438b718709/src/wp-admin/user-edit.php#L819

Change History (5)

#1 @audrasjb
2 years ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 6.1

Hello, welcome to WordPress Core Trac and thank you for opening this ticket!

Moving for 6.1 consideration.

This ticket was mentioned in PR #3006 on WordPress/wordpress-develop by whaze.


2 years ago
#2

  • Keywords has-patch added; needs-patch removed

#3 @whaze
2 years ago

hello,
i made a PR with the correct link

#4 @audrasjb
2 years ago

  • Owner set to audrasjb
  • Resolution set to fixed
  • Status changed from new to closed

In 53752:

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.

Note: See TracTickets for help on using tickets.