Changeset 3480 for trunk/bp-activity.php
- Timestamp:
- 11/23/2010 11:17:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r3468 r3480 609 609 'show_hidden' => false, // Show activity items that are hidden site-wide? 610 610 'exclude' => false, // Comma-separated list of activity IDs to exclude 611 'in' => false, // Comma-separated list or array of activity IDs to which you want to limit the query 611 612 612 613 /** … … 633 634 } 634 635 } else 635 $activity = BP_Activity_Activity::get( $max, $page, $per_page, $sort, $search_terms, $filter, $display_comments, $show_hidden, $exclude );636 $activity = BP_Activity_Activity::get( $max, $page, $per_page, $sort, $search_terms, $filter, $display_comments, $show_hidden, $exclude, $in ); 636 637 637 638 return apply_filters( 'bp_activity_get', $activity, &$r );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)