. */ /*** Make sure BuddyPress is loaded ********************************/ if ( !function_exists( 'bp_core_install' ) ) { require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); if ( is_plugin_active( 'buddypress/bp-loader.php' ) ) require_once ( WP_PLUGIN_DIR . '/buddypress/bp-loader.php' ); else return; } /*******************************************************************/ /*** My Friends Widget (Small Avatars) *******************************/ function bp_my_friends_small_widget ($args) { global $bp; extract( $args ); echo $before_widget; echo $before_title . 'My Friends' . $after_title; ?>
"; $after_title = "" . $after_title; echo $before_widget; echo $before_title . 'My Friends' . $after_title; ?>