Enabling WP_DEBUG I realised that somewhere in the code there is a deprecated function still in use. The debug message is as follows:
"register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead."
I'm wondering if this could be the cause of the conflicts other users have pointed out. Also, can I safely rename this function or should I wait for the next update?
Vladimir’s WordPress Forum
register_widget_control: deprecated
13:51
13 October, 2011
Piero
Enabling WP_DEBUG I realised that somewhere in the code there is a deprecated function still in use. The debug message is as follows:
"register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead."
I'm wondering if this could be the cause of the conflicts other users have pointed out. Also, can I safely rename this function or should I wait for the next update?
Thanks,
Piero
14:03
19 October, 2011
Vladimir
posts 707
Everything works with the old function as well.