While debugging a custom theme I am designing (lives online here for now http://shalaco.com/cp) I got this error in debugging mode.
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /Users/shalaco/Sites/cp/wp-includes/functions.php on line 3237
I tried to use wp_register_sidebar_widget() instead, but the function reference left something to be desired.
Am I missing something here? A lot of the parameters seem to be left unexplained. Is there another place I can dig around to get more information?