register_sidebar_widget
-
Hi,
Was reading through the code and came across wp_register_sidebar_widget(). I notice in the codex it says this at http://codex.wordpress.org/Plugins/WordPress_Widgets_Api
“The WordPress widget API is located in wp-includes/widgets.php. It is advised to not use the functions starting with wp_ as these could change in subsequent releases. This is why we use register_sidebar_widget() instead of wp_register_sidebar_widget().”
I figure you guys must have a good reason to stick with the wp_ version. Is it because we’re working with MU rather than standard wordpress?
- The topic ‘register_sidebar_widget’ is closed to new replies.