Ticket #5942: bp-friends-widgets-5942.diff
| File bp-friends-widgets-5942.diff, 524 bytes (added by , 11 years ago) |
|---|
-
src/bp-friends/bp-friends-widgets.php
76 76 $instance['friend_default'] = 'active'; 77 77 } 78 78 79 /** 80 * Filters the widget title. 81 * 82 * @since BuddyPress (1.8.0) 83 * 84 * @param string $title The widget title. 85 */ 79 86 $title = apply_filters( 'widget_title', $instance['title'] ); 80 87 81 88 echo $before_widget;