[wp-trac] Re: [WordPress Trac] #6401: Admin Dashboard not Working
WordPress Trac
wp-trac at lists.automattic.com
Fri Mar 28 03:00:22 GMT 2008
#6401: Admin Dashboard not Working
------------------------------+---------------------------------------------
Reporter: chaoticmortalcom | Owner: anonymous
Type: defect | Status: reopened
Priority: high | Milestone: 2.5
Component: Administration | Version: 2.5
Severity: major | Resolution:
Keywords: |
------------------------------+---------------------------------------------
Changes (by DD32):
* status: closed => reopened
* resolution: fixed =>
Comment:
> But now my sidebar is Widgets, but I really want Modules.
Then the theme is going to need updating to work correctly..
I've got no clue on your theme, But a possible way to do it would be to
uncomment whatever you removed, and add this in at the same place
{{{
if( is_admin() ){
global $pagenow;
if( $pagenow == 'index.php' )
wp_maybe_load_widgets();
}
}}}
Once again, Not sure if its going to help at all.
--
Ticket URL: <http://trac.wordpress.org/ticket/6401#comment:13>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list