Opened 2 years ago
Closed 2 years ago
#16671 closed defect (bug) (invalid)
WordPress 3.1 Upgrade overwrites metabox layout
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Upon upgrading to 3.1, various metaboxes, such as custom fields no longer displayed on Page and Post admin. I had to manually to to Screen Options and make the metaboxes visible again.
This is a bug. An upgrade should not overwrite a user's layout options. This causes user confusion.
Change History (2)
- Keywords 2nd-opinion added
- Summary changed from WordPress 3.1 Upgrade overwrites Post Page layout to WordPress 3.1 Upgrade overwrites metabox layout
Note: See
TracTickets for help on using
tickets.

If the user has never previously set a layout via screen options, then no user option is present, then the meta boxes are hidden.
If you had hidden one meta box (even un-hiding it after) in 3.0 and updated, you would see all of your meta boxes.
It's a side effect of how we store screen layouts (in that we don't until the user does anything with them), which was known and we deliberately shipped with it.