#8548 closed defect (bug) (fixed)
Theme preview fails when theme in subdirectory
| Reported by: | zedlander | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.2 |
| Component: | Themes | Version: | 2.7 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I have a folder called dreamhost in my themes directory. All the themes display and can be activated properly, but the preview is broken, only showing a white page. This is because the preview_theme function is stripping out '/', changing 'dreamhost/classic' to 'dreamhostclassic', which then fails. Patch is attached.
Attachments (1)
Change History (9)
#5
@
17 years ago
- Keywords has-patch removed
- Resolution fixed
- Status closed → reopened
current fixes broke all themes that used "-" character for a directory name.
example
- themes\wp-theme
- themes\wp-theme-27 .
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Diff to avoid filtering out '/' from theme filenames.