#6018 closed defect (bug) (fixed)
Fix URL in block editor replacement so redirect not needed
Reported by: | mkaz | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | has-patch |
Cc: |
Description
The URL string replacement is using an older location (designers-developer) in the string replacement, this then triggers a redirect to the new location. So nothing is noticeably broken but there is an extra redirect. Plus the URL in the source is wrong which is not the best for SEO.
This PR fixes it:
https://github.com/WordPress/wordpress.org/pull/48
Change History (3)
This ticket was mentioned in PR #48 on WordPress/wordpress.org by mkaz.
3 years ago
#1
- Keywords has-patch added
#2
@
3 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 11422:
SergeyBiryukov commented on PR #48:
3 years ago
#3
Thanks for the PR! Merged in https://meta.trac.wordpress.org/changeset/11422.
Note: See
TracTickets for help on using
tickets.
The replacement in the code goes to the older designers-developers/developers link which then redirects to the reference-guide location.
This PR updates to the reference-guide location so an extra redirect is not needed and the link refers to the proper spot which is better for SEO.
https://meta.trac.wordpress.org/ticket/6018