[wp-trac] [WordPress Trac] #13424: Admin Dashboard doesn't remember layout prefs
WordPress Trac
wp-trac at lists.automattic.com
Tue May 18 16:31:00 UTC 2010
#13424: Admin Dashboard doesn't remember layout prefs
----------------------------+-----------------------------------------------
Reporter: ipstenu | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.0
Component: Administration | Version: 3.0
Severity: normal | Resolution: fixed
Keywords: |
----------------------------+-----------------------------------------------
Changes (by ipstenu):
* status: new => closed
* resolution: => fixed
Comment:
SVN seems to have corrected it. I have the following meta-box and metabox
tables:
{{{
meta-box-hidden_nav-menus
meta-box-order_dashboard
meta-box-order_nav-menus
meta-box-order_page
metaboxhidden_dashboard
metaboxhidden_nav-menus
metaboxhidden_page
metaboxhidden_post
}}}
Compared this to my other site (not updated, still not working) which has
this:
{{{
meta-box-hidden_dashboard
meta-box-hidden_post
meta-box-order_dashboard
metaboxhidden_dashboard
metaboxhidden_link
metaboxhidden_nav-menus
metaboxhidden_page
metaboxhidden_post
}}}
Upgraded to trunk, everything runs happily and the metas are still as
follows:
{{{
meta-box-hidden_dashboard
meta-box-hidden_post
meta-box-order_dashboard
metaboxhidden_dashboard
metaboxhidden_link
metaboxhidden_nav-menus
metaboxhidden_page
metaboxhidden_post
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13424#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list