#14120 closed defect (bug) (fixed)
site-specific theme selection won't save in upgraded MU installs
Reported by: | andrea_r | Owned by: | |
---|---|---|---|
Milestone: | 3.0.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Multisite | Keywords: | has-patch |
Focuses: | Cc: |
Description
This only affects upgraded from wordpressmu installs, and not new or single WordPress upgraded installs.
Make sure you have some themes disabled under Super Admin -> Themes.
Now go to Super Admin -> Sites and edit a site. On the right is a meta box called Site Themes. This will show a list of network-wide disabled themes, with checkboxes so you can enabled a theme for specific sites.
Tick the checkbox(es) and save. On refresh they are unchecked again and will not appear on the site's Appearance menu.
Attachments (1)
Change History (8)
#3
@
14 years ago
- Component changed from Multisite to General
- Milestone changed from Awaiting Review to 3.0.1
#5
@
14 years ago
I had to hack allowedthemes to be empty to reproduce this. I guess MU was setting it to some non-array type.
Note: See
TracTickets for help on using
tickets.
Once any site had an allowedthemes option, the allowed themes could not be updated. There may be other options in the edit site screen that the same thing happens to.