Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#12843 closed defect (bug) (fixed)

File editor adjustments to account for 2.9 changes to theme roots

Reported by: nacin's profile nacin 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)

#1 @nacin
15 years ago

(In [13994]) Adjust get_file_description() to account for absolute paths. see #12843

#2 @nacin
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [14257]) Adjust get_file_description() to account for absolute paths. fixes #12843 for 2.9

#3 @nacin
15 years ago

  • Milestone 2.9.3 deleted

Milestone 2.9.3 deleted

#4 @nacin
15 years ago

  • Milestone set to 3.0
Note: See TracTickets for help on using tickets.