#12843 closed defect (bug) (fixed)
File editor adjustments to account for 2.9 changes to theme roots
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
A post on wp-testers highlighted that we were running a file_exists on WP_CONTENT_DIR . $file, where $file already have WP_CONTENT_DIR in it.
When we moved over to absolute paths returned by get_themes(), we missed a few areas where we blindly prepended WP_CONTENT_DIR.
Technically a regression, so setting 2.9.3 for now.
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [13994]) Adjust get_file_description() to account for absolute paths. see #12843