Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/23/2015 05:51:55 AM (9 years ago)
Author:
tw2113
Message:

Misc docs fixes that were missed or added.

See #6396.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-functions.php

    r10270 r10375  
    14271427
    14281428    $r = bp_parse_args( $args, array(
    1429         'max'               => false,        // Maximum number of results to return
     1429        'max'               => false,        // Maximum number of results to return.
    14301430        'fields'            => 'all',
    1431         'page'              => 1,            // page 1 without a per_page will result in no pagination.
     1431        'page'              => 1,            // Page 1 without a per_page will result in no pagination.
    14321432        'per_page'          => false,        // results per page
    14331433        'sort'              => 'DESC',       // sort ASC or DESC
    1434         'display_comments'  => false,        // false for no comments. 'stream' for within stream display, 'threaded' for below each activity item
     1434        'display_comments'  => false,        // False for no comments. 'stream' for within stream display, 'threaded' for below each activity item.
    14351435
    14361436        'search_terms'      => false,        // Pass search terms as a string
    14371437        'meta_query'        => false,        // Filter by activity meta. See WP_Meta_Query for format
    1438         'date_query'        => false,        // Filter by date. See first parameter of WP_Date_Query for format
     1438        'date_query'        => false,        // Filter by date. See first parameter of WP_Date_Query for format.
    14391439        'filter_query'      => false,
    14401440        'show_hidden'       => false,        // Show activity items that are hidden site-wide?
Note: See TracChangeset for help on using the changeset viewer.