• In bp-groupblog-cssjs.php, line 10 :

    wp_enqueue_script(‘effects.core’, WP_PLUGIN_URL .’/inc/js/effects.core.js’, array(‘jquery-ui-core’));

    … should be replaced by :

    wp_enqueue_script(‘effects.core’, WP_PLUGIN_URL .’/bp-groupblog/inc/js/effects.core.js’, array(‘jquery-ui-core’));

    Thanks a lot !
    Bye

  • The topic ‘Bug report’ is closed to new replies.