By eric | January 16, 2008 - 11:38 pm - Posted in 技术::Tech
if your wpmu plugin is using wp_register_sidebar_widget(), then you will get this error.
Very simple, of coz this wpmu, not wp. Just an easy change, will let you fly
take the wp_ off, you are on your way.
register_sidebar_widget()
register_widget_control()


