[wp-trac] Re: [WordPress Trac] #6401: Admin Dashboard not Working
WordPress Trac
wp-trac at lists.automattic.com
Thu Mar 27 20:58:26 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: |
------------------------------+---------------------------------------------
Comment (by ryan):
I think Sidebar Modules uses a hook we added in 2.3 that prevents widgets
from being loaded. It prevents them from being loaded for both front page
loads and admin pages. 2.5 requires them to be loaded for admin pages.
Look in sidebar modules for a line that resembles this and comment it out:
{{{
remove_action( 'plugins_loaded', 'wp_maybe_load_widgets');
}}}
It might look a bit different. You can search for
"wp_maybe_load_widgets".
--
Ticket URL: <http://trac.wordpress.org/ticket/6401#comment:10>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list