Opened 3 years ago

Closed 3 years ago

#13984 closed defect (bug) (duplicate)

wp-includes/functions.php using deprecated functions

Reported by: zamoose Owned by:
Priority: low Milestone:
Component: Warnings/Notices Version: 3.0
Severity: normal Keywords:
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)

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.

  • Milestone 3.1 deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.