Skip to:
Content

BuddyPress.org

Ticket #5512: bp-friends.patch

File bp-friends.patch, 426 bytes (added by williamsba1, 11 years ago)

Only register the Friends widget on the main site

  • bp-friends/bp-friends-widgets.php

     
    1616 * @since BuddyPress (1.9.0)
    1717 */
    1818function bp_friends_register_widgets() {
    19         if ( ! bp_is_active( 'friends' ) ) {
     19        if ( ! bp_is_active( 'friends' ) || ! is_main_site() ) {
    2020                return;
    2121        }
    2222