Opened 18 years ago
Closed 17 years ago
#5759 closed defect (bug) (fixed)
Dashboard fails to load when Widgets are disabled
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | 2.5 |
| Component: | Widgets | Keywords: | dev-feedback |
| Focuses: | Cc: |
Description
When Widgets are disabled, accessing the Dashboard results in function not found error:
Fatal error: Call to undefined function wp_register_sidebar_widget() in /wordpress/wp-admin/includes/dashboard.php on line 31
Change History (9)
#2
@
18 years ago
Widgets is loaded off of a plugins_loaded hook. Removing that hook will prevent widgets from being loaded. Those doing this should probably allow widgets to load for the admin so that the dashboard will work.
Note: See
TracTickets for help on using
tickets.
I've never noticed an option, where you can disable widgets. How exactly did you disable the widgets?