RGB UI Tabs Fix for WP 2.8+
August 22nd, 2009 by Xu Yiyang
Sorry guys, I’m very busy right now and have no time to upgrade my themes.
Thanks to Erno Hannink, who found the solution for the problem of RGB UI Tabs under WordPress 2.8:
you need to change this in the header.
Replace this:
jQuery(’#sidebar > ul#ui-tabs’).tabs({ fx: { opacity: ‘toggle’ } });With:
jQuery(’#sidebar’).tabs({ fx: { opacity: ‘toggle’ } });