Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/02/2013 01:32:23 PM (13 years ago)
Author:
boonebgorges
Message:

Correct PHPDoc for BP_User_Query

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-classes.php

    r7521 r7636  
    2424 *           'online', 'random', 'popular', 'alphabetical'. Default: 'newest'.
    2525 *     @type int $per_page Number of results to return. Default: 0 (no limit).
    26  *     @type int $page Page offset (together with $per_page). Default: 0 (no
    27  *           limit).
     26 *     @type int $page Page offset (together with $per_page). Default: 1.
    2827 *     @type int $user_id ID of a user. If present, and if the friends
    2928 *           component is activated, results will be limited to the friends of
Note: See TracChangeset for help on using the changeset viewer.