#3096 closed defect (bug) (no action required)
Cannot Edit bp-default Child Theme Files Other Than style.css
Reported by: | mercime | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
BP 1.2.8 and WP 3.1
Only style.css file of bp-default child theme can be edited.
First reported by @StevieG http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/sorry-that-file-cannot-be-edited/
I was able to replicated in test multisite install:
e.g. bp-default child theme mychild folder has following files:
- footer.php
- functions.php
- header.php
- style.css
- Go to Network Admin > Appearance > Edit
- Choose bp-default child theme, mychild, and style.css is default file for editing and links to other child theme files are listed.
- Choose footer.php, header.php, or functions.php file of said child theme and you get "Sorry, that file cannot be edited." screen online.
Note: I can edit other child theme files of WordPress and custom BuddyPress framework child theme files.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Confirmed, but it's a WordPress bug relating to register_theme_directory. Investigating...