#17036 closed defect (bug) (worksforme)
Theme editor shouldn't override root directory files with same names in child directories
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Themes | Keywords: | needs-patch theme-editor |
Focuses: | administration | Cc: |
Description
Steps to reproduce:
- Create subdirectory: blogs
- Create file in subdirectory: index.php
- Try selecting Main Index Template in Theme Editor
Example is taken from BuddyPress' theme structure. get_file_description()
doesn't account in any way for the presence of subdirectories since it uses basename()
.
Change History (9)
#2
@
14 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
Related: #4131
This ticket was mentioned in Slack in #core-customize by melchoyce. View the logs.
8 years ago
#8
@
5 years ago
- Keywords changed from needs-patch, theme-editor to needs-patch theme-editor
- Resolution set to worksforme
- Status changed from new to closed
I'm not sure this is an issue with the "new" Theme Editor. I could not replicate the issue using the above instructions and was able to update both independently and successfully without error.
Note: See
TracTickets for help on using
tickets.
Duplicate: #10429 (without proper detail)