[wp-trac] [WordPress Trac] #13984: wp-includes/functions.php using deprecated functions
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 18 20:52:20 UTC 2010
#13984: wp-includes/functions.php using deprecated functions
------------------------------+---------------------------------------------
Reporter: zamoose | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: 3.1
Component: Warnings/Notices | Version: 3.0
Severity: normal | Keywords:
------------------------------+---------------------------------------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13984>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list