Ticket #5512: bp-friends.patch
File bp-friends.patch, 426 bytes (added by , 11 years ago) |
---|
-
bp-friends/bp-friends-widgets.php
16 16 * @since BuddyPress (1.9.0) 17 17 */ 18 18 function bp_friends_register_widgets() { 19 if ( ! bp_is_active( 'friends' ) ) {19 if ( ! bp_is_active( 'friends' ) || ! is_main_site() ) { 20 20 return; 21 21 } 22 22