#28686 closed defect (bug) (duplicate)
/wp-admin/load-styles.php serious bug
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.9.1 |
| Component: | Script Loader | Keywords: | |
| Focuses: | administration | Cc: |
Description (last modified by )
load-styles.php doesn't load on my fresh installation of wordpress on own centos 6.5 server. Causing due to a wrong path defined in this file's code.
On top of the file "load-styles.php", "WPINC" is defined but not used on line's 95-96. By typing "/wp-includes" in stead of user "WPINC", there's added an extra "/" when combining with "ABSPATH" (where a slash is added in php: dirname(dirname(__FILE__)) . '/').
Change History (3)
Note: See
TracTickets for help on using
tickets.
Duplicate of #14157.
Fixed in [28906].