Changeset 10217 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 10/08/2015 04:59:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r10160 r10217 271 271 'page_arg' => 'acpage', 272 272 'max' => false, 273 'fields' => 'all', 273 274 'count_total' => false, 274 275 'sort' => false, … … 508 509 * 509 510 * @since 1.0.0 511 * @since 2.4.0 Introduced the `$fields` parameter. 510 512 * 511 513 * @global object $activities_template {@link BP_Activity_Template} … … 537 539 * @type string $page_arg String used as a query parameter in pagination links. Default: 'acpage'. 538 540 * @type int|bool $max Maximum number of results to return. Default: false (unlimited). 541 * @type string $fields Activity fields to retrieve. 'all' to fetch entire activity objects, 542 * 'ids' to get only the activity IDs. Default 'all'. 539 543 * @type string|bool $count_total If true, an additional DB query is run to count the total activity items 540 544 * for the query. Default: false. … … 662 666 'page_arg' => 'acpage', // See https://buddypress.trac.wordpress.org/ticket/3679 663 667 'max' => false, // max number to return 668 'fields' => 'all', 664 669 'count_total' => false, 665 670 'show_hidden' => $show_hidden, // Show activity items that are hidden site-wide?
Note: See TracChangeset
for help on using the changeset viewer.