- Timestamp:
- 04/28/2018 01:32:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/functions.php
r12002 r12008 90 90 91 91 /** 92 * Filter to include specificAction buttons.92 * Filters the included, specific, Action buttons. 93 93 * 94 94 * @since 3.0.0 … … 145 145 } 146 146 147 /** 148 * Filters the activity objects to apply for localized javascript data. 149 * 150 * @since 3.0.0 151 * 152 * @param array $activity_objects Array of activity objects. 153 */ 147 154 $activity_params['objects'] = apply_filters( 'bp_nouveau_activity_objects', $activity_objects ); 148 155 } … … 276 283 277 284 /** 285 * Filters the activity directory navigation items. 286 * 278 287 * Use this filter to introduce your custom nav items for the activity directory. 279 288 * … … 418 427 419 428 // Leave other components do their specific stuff if needed. 429 /** 430 * Filters the classes to be applied to the newest activity item. 431 * 432 * Leave other components do their specific stuff if needed. 433 * 434 * @since 3.0.0 435 * 436 * @param array $my_classes Array of classes to output to class attribute. 437 * @param string $scope Current scope for the activity type. 438 */ 420 439 $my_classes = (array) apply_filters( 'bp_nouveau_activity_scope_newest_class', $my_classes, $scope ); 421 440 … … 444 463 445 464 /** 446 * Filter to edit the activity widget arguments 465 * Filter to edit the activity widget arguments. 447 466 * 448 467 * @since 3.0.0 449 468 * 450 * @param array $args The activity arguments.469 * @param array $args The activity arguments. 451 470 */ 452 471 return apply_filters( 'bp_nouveau_activity_widget_query', $args );
Note: See TracChangeset
for help on using the changeset viewer.