Opened 13 years ago
Closed 13 years ago
#18394 closed defect (bug) (fixed)
wp-admin/install.php doesn't respect SCRIPT_DEBUG being set to true
Reported by: | jorbin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
It never loads the .dev.js javascript files even if SCRIPT_DEBUG is set to true
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
See my comment at 11520#comment:52 for a few related notes.
This bug is because install.php is trying to reference scripts directly even when it doesn't need to. Not sure how it hasn't been caught until now, and not sure if there is another place in core where we should be making a similar change.
Patch attached.