Opened 7 weeks ago
Last modified 7 weeks ago
#63222 reviewing defect (bug)
register_block_type is not working with symbolic links still
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch |
Focuses: | Cc: |
Description
https://core.trac.wordpress.org/changeset/57675 introduced some changes to fix it for some symlinks, but broke it for other symlinks, and it was still broken if wp-includes is symlinked.
This is bc it's comparing symlink resolved realpaths with normalized (but not symlink resolved) paths - which it seems was an issue we were aware though already: https://core.trac.wordpress.org/ticket/59175#comment:9
Change History (2)
This ticket was mentioned in PR #8643 on WordPress/wordpress-develop by @kkmuffme.
7 weeks ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/63222