Commit e0f8d7e
Build: Fix Gutenberg copy script missing constants.php and incorrect base URL.
The copy script was not including `constants.php` in the list of PHP infrastructure
files to sync from Gutenberg's build output to Core. Additionally, the base URL
passed to the Gutenberg build had the trailing slash outside the `includes_url()`
call, resulting in URLs like `build/pages` being generated as `buildpages`.
Props youknowriad.
Fixes #64656.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 452f0d3 commit e0f8d7e
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments