#58052 closed defect (bug) (fixed)
Use the new /documentation/ URLs for links about WordPress version
Reported by: | wildworks | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Help/About | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
This is a follow-up to ticket:57726.
The link about the WordPress version redirects from https://wordpress.org/support/wordpress-version/version-{version}/
to https://wordpress.org/documentation/wordpress-version/version-{version}/
. I think we should rewrite these links to avoid extra redirects as well as ticket:57726.
Change History (13)
This ticket was mentioned in PR #4285 on WordPress/wordpress-develop by @wildworks.
18 months ago
#1
- Keywords has-patch added
#2
@
18 months ago
- Milestone changed from Awaiting Review to 6.3
- Owner set to audrasjb
- Status changed from new to accepted
Hello and thanks for the patch!
Moving for 6.3 consideration.
#3
@
18 months ago
We also missed a few documentation URLs in options-permalink.php
for the previous ticket:
https://wordpress.org/support/article/using-permalinks/
(line 227) => https://wordpress.org/documentation/article/customize-permalinks/https://wordpress.org/support/article/changing-file-permissions/
(lines 468, 500 and 536) => https://wordpress.org/documentation/article/changing-file-permissions/
Plus, the support link in class-wp-site-health.php
could be updated to the forums URL:
https://wordpress.org/support
(line 1461) => https://wordpress.org/support/forums/
Other admin links that still include support URLs seem correct.
The editor documentation links probably need to be changed in the plugin first.
#4
@
18 months ago
We also missed a few documentation URLs in options-permalink.php for the previous ticket:
I thought it would be better to update the permalinks in groups, but if it would be better to do it as a whole, I would be happy to accommodate.
The editor documentation links probably need to be changed in the plugin first.
A separate PR has been submitted regarding the update links in the Gutenberg plugin: https://github.com/WordPress/gutenberg/pull/49537
#5
@
18 months ago
Sorry about adding that comment before the PR was committed. Yes, I agree that changing in groups would be good.
@audrasjb commented on PR #4285:
18 months ago
#8
Committed in https://core.trac.wordpress.org/changeset/55624 and https://core.trac.wordpress.org/changeset/55625 (missed occurrence)
Trac ticket: https://core.trac.wordpress.org/ticket/58052