Opened 14 years ago
Closed 14 years ago
#13984 closed defect (bug) (duplicate)
wp-includes/functions.php using deprecated functions
Reported by: | zamoose | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 3.0 |
Component: | Warnings/Notices | Keywords: | |
Focuses: | Cc: |
Description
With WP_DEBUG enabled, I get the following errors tossed on a MultiSite setup:
Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in [site path]/wp-includes/functions.php on line 3237
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in [site path]/wp-includes/functions.php on line 3237
We should probably fix that.
Change History (2)
Note: See
TracTickets for help on using
tickets.
And by "should fix that", I mean that we probably ought to inform the users what is causing the debug messages. These appear to be plugin-related, but you can't tell that from the error message.