[wp-trac] [WordPress Trac] #63110: Site Editor: Update old URLs to new path-based URLs
WordPress Trac
noreply at wordpress.org
Sat Dec 20 05:10:06 UTC 2025
#63110: Site Editor: Update old URLs to new path-based URLs
---------------------------------------------+------------------------
Reporter: wildworks | Owner: wildworks
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 7.0
Component: Editor | Version:
Severity: normal | Resolution:
Keywords: good-first-bug has-patch tested | Focuses:
---------------------------------------------+------------------------
Changes (by jabir20):
* keywords: good-first-bug has-patch => good-first-bug has-patch tested
Comment:
Tested patch from PR #8514 on WordPress trunk locally.
✅ Navigation editor links:
- site-editor.php?p=%2Fwp_navigation%2F4&canvas=edit
- Links open correctly
- URL uses path-based `p=` with encoded slashes `%2F`
- No redirect observed
✅ Template editor links:
- site-
editor.php?p=%2Fwp_template%2Ftwentytwentyfive%2F%2Findex&canvas=edit
- Editor opens correctly and saves changes
- URL uses path-based `p=` with encoded slashes `%2F`
Environment:
- Windows, XAMPP
- PHP 8.2, MySQL 8
- Node 24.11 (for asset builds)
- WordPress trunk
Notes:
- Template list shows a minor fatal error due to trunk changes
(`get_delete_post_link()`), but this does not affect the tested
functionality.
- Patch works as intended for URL conversion and editor loading.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63110#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list