Changeset 9154 for trunk/src/bp-friends/bp-friends-widgets.php
- Timestamp:
- 11/18/2014 01:07:17 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-friends/bp-friends-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-widgets.php
r8958 r9154 77 77 } 78 78 79 /** 80 * Filters the Friends 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
Note: See TracChangeset
for help on using the changeset viewer.