#9461 closed defect (bug) (fixed)
ABSPATH defined wrong in /wp-admin/load-scripts.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.7.2 |
| Component: | JavaScript | Version: | 2.8 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
In every other place of the whole repository, ABSPATH is defined with a trailing slash.
In load-scripts.php it is not.
The supplied patch corrects this.
Attachments (2)
Change History (6)
ABSPATH well defined, update: gears-manifest, load-scrips and load-styles correct alltogether now.
- Priority changed from normal to high
Take the second attachment, other files had the same bugs. if you need a file to compare against, checkout setup-config.php in the same directory. I raise this to high sothat it won't get dropped.
- Priority changed from high to low
- Severity changed from normal to minor
These files do not load the rest of WordPress, the format is not critical.
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

ABSPATH well defined