Make WordPress Core

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: kkmuffme's profile kkmuffme Owned by: audrasjb's profile audrasjb
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

#2 @audrasjb
7 weeks ago

  • Milestone changed from Awaiting Review to 6.9
  • Status changed from assigned to reviewing

Thanks for the PR. I added a commit in it to fix a small coding standards issue.

Note: See TracTickets for help on using tickets.