diff --git a/wp-content/plugins/buddypress-my-friends-widgets/buddypress-my-friends-widgets.php b/wp-content/plugins/buddypress-my-friends-widgets/buddypress-my-friends-widgets.php index 806dace..9093735 100644 --- a/wp-content/plugins/buddypress-my-friends-widgets/buddypress-my-friends-widgets.php +++ b/wp-content/plugins/buddypress-my-friends-widgets/buddypress-my-friends-widgets.php @@ -6,9 +6,9 @@ Version: 1.0 Requires at least: BuddyPress 1.2 Tested up to: BuddyPress 1.2 + wp 2.9.1 License: GNU General Public License 2.0 (GPL) http://www.gnu.org/licenses/gpl.html -Author: Sarah Gooding -Author URI: http://untame.net/ -Plugin URI:http://untame.net/ +Author: +Author URI: +Plugin URI: Site Wide Only: true / @@ -49,7 +49,7 @@ if ( !function_exists( 'bp_core_install' ) ) { . 'My Friends' . $after_title; ?> - +
@@ -80,12 +80,15 @@ if ( !function_exists( 'bp_core_install' ) ) { extract( $args ); + $before_title = $before_title . ""; + $after_title = "" . $after_title; + echo $before_widget; echo $before_title . 'My Friends' . $after_title; ?> - +
@@ -93,7 +96,6 @@ if ( !function_exists( 'bp_core_install' ) ) {
-