- Timestamp:
- 03/18/2018 09:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/functions.php
r11856 r11899 3 3 * Activity functions 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * Register Scripts for the Activity component 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 * 16 16 * @param array $scripts The array of scripts to register. … … 40 40 * Enqueue the activity scripts 41 41 * 42 * @since 1.0.042 * @since 3.0.0 43 43 */ 44 44 function bp_nouveau_activity_enqueue_scripts() { … … 53 53 * Localize the strings needed for the Activity Post form UI 54 54 * 55 * @since 1.0.055 * @since 3.0.0 56 56 * 57 57 * @param array $params Associative array containing the JS Strings needed by scripts. … … 92 92 * Filter to include specific Action buttons. 93 93 * 94 * @since 1.0.094 * @since 3.0.0 95 95 * 96 96 * @param array $value The array containing the button params. Must look like: … … 173 173 174 174 /** 175 * @since 1.0.0175 * @since 3.0.0 176 176 */ 177 177 function bp_nouveau_get_activity_directory_nav_items() { … … 278 278 * Use this filter to introduce your custom nav items for the activity directory. 279 279 * 280 * @since 1.0.0280 * @since 3.0.0 281 281 * 282 282 * @param array $nav_items The list of the activity directory nav items. … … 289 289 * instead of the output. 290 290 * 291 * @since 1.0.0291 * @since 3.0.0 292 292 * 293 293 * @param string $output string HTML output … … 306 306 * Get Dropdown filters of the activity component 307 307 * 308 * @since 1.0.0308 * @since 3.0.0 309 309 * 310 310 * @return array the filters … … 336 336 337 337 /** 338 * @since 1.0.0338 * @since 3.0.0 339 339 */ 340 340 function bp_nouveau_activity_secondary_avatars( $action, $activity ) { … … 355 355 356 356 /** 357 * @since 1.0.0357 * @since 3.0.0 358 358 */ 359 359 function bp_nouveau_activity_scope_newest_class( $classes = '' ) { … … 428 428 429 429 /** 430 * @since 1.0.0430 * @since 3.0.0 431 431 */ 432 432 … … 447 447 448 448 /** 449 * @since 1.0.0449 * @since 3.0.0 450 450 */ 451 451 function bp_nouveau_activity_allowed_tags( $activity_allowedtags = array() ) { … … 461 461 * Get the activity query args for the widget. 462 462 * 463 * @since 1.0.0463 * @since 3.0.0 464 464 * 465 465 * @return array The activity arguments. … … 476 476 * Filter to edit the activity widget arguments 477 477 * 478 * @since 1.0.0478 * @since 3.0.0 479 479 * 480 480 * @param array $args The activity arguments. … … 486 486 * Register notifications filters for the activity component. 487 487 * 488 * @since 1.0.0488 * @since 3.0.0 489 489 */ 490 490 function bp_nouveau_activity_notification_filters() {
Note: See TracChangeset
for help on using the changeset viewer.