Changeset 9526
- Timestamp:
- 02/22/2015 10:49:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-widgets.php
r9467 r9526 60 60 $instance['member_default'] = 'active'; 61 61 62 /** 63 * Filters the title of the Members widget. 64 * 65 * @since BuddyPress (1.8.0) 66 * 67 * @param string $value The widget title. 68 */ 62 69 $title = apply_filters( 'widget_title', $instance['title'] ); 63 70 … … 222 229 extract( $args ); 223 230 231 /** 232 * Filters the title of the Who's Online widget. 233 * 234 * @since BuddyPress (1.8.0) 235 * 236 * @param string $value The widget title. 237 */ 224 238 $title = apply_filters( 'widget_title', $instance['title'] ); 225 239 … … 328 342 extract( $args ); 329 343 344 /** 345 * Filters the title of the Recently Active widget. 346 * 347 * @since BuddyPress (1.8.0) 348 * 349 * @param string $value The widget title. 350 */ 330 351 $title = apply_filters( 'widget_title', $instance['title'] ); 331 352
Note: See TracChangeset
for help on using the changeset viewer.