[wp-trac] [WordPress Trac] #28686: /wp-admin/load-styles.php serious bug
WordPress Trac
noreply at wordpress.org
Sun Jun 29 23:41:36 UTC 2014
#28686: /wp-admin/load-styles.php serious bug
---------------------------+-----------------------------
Reporter: webbakery | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Script Loader | Version: 3.9.1
Severity: normal | Resolution: duplicate
Keywords: | Focuses: administration
---------------------------+-----------------------------
Description changed by SergeyBiryukov:
Old description:
> 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__)) . '/' ").
New description:
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__)) . '/'`).
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28686#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list