[wp-hackers] WP 2.2 Widgets Issue / Fix

kates katesgasis at gmail.com
Thu May 31 03:21:35 GMT 2007


If you're using the plugin that came with WP2.2 use
wp_register_sidebar_widget. I you still have it as a plugin, use
register_sidebar_widget.

kates

On Wed, 2007-05-30 at 19:47 -0700, Matt wrote:
> On 5/30/07, Martin Fitzpatrick <martin.fitzpatrick at gmail.com> wrote:
> >
> > A few of my plugins switch to keeping the options panel/etc. in the
> > Widget if they are enabled, using a test "if (
> > function_exists('register_sidebar_widget') )" which won't work now -
> > the function always exists for compatibility.
> 
> 
> Wouldn't it be "wp_register_sidebar_widget"?
> 



More information about the wp-hackers mailing list