Changeset 10425 for trunk/src/bp-core/classes/class-bp-core-user.php
- Timestamp:
- 12/22/2015 05:41:48 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core-user.php
r10417 r10425 445 445 * @global wpdb $wpdb WordPress database object. 446 446 * 447 * @param string $letter The letter the users names are to start with.448 * @param int 449 * @param int $page The page number we are currently on, used in conjunction450 * with $limit to get the start position for the limit.451 * @param bool $populate_extras If we should populate extra user fields.452 * @param string $exclude Comma-separated IDs of users whose results453 * aren't to be fetched.447 * @param string $letter The letter the users names are to start with. 448 * @param int|null $limit The number of users we wish to retrive. 449 * @param int $page The page number we are currently on, used in conjunction 450 * with $limit to get the start position for the limit. 451 * @param bool $populate_extras If we should populate extra user fields. 452 * @param string $exclude Comma-separated IDs of users whose results 453 * aren't to be fetched. 454 454 * @return mixed False on error, otherwise associative array of results. 455 455 */ … … 532 532 * @global wpdb $wpdb WordPress database object. 533 533 * 534 * @param array $user_ids The user IDs of the users who we wish to535 * fetch information on.536 * @param int 537 * @param int $page The page we are on for pagination.538 * @param bool $populate_extras If we should populate extra user fields.534 * @param array $user_ids The user IDs of the users who we wish to 535 * fetch information on. 536 * @param int|null $limit The limit of results we want. 537 * @param int $page The page we are on for pagination. 538 * @param bool $populate_extras If we should populate extra user fields. 539 539 * @return array Associative array. 540 540 */ … … 627 627 * @global wpdb $wpdb WordPress database object. 628 628 * 629 * @param string $search_terms The terms to search the profile table630 * value column for.631 * @param int 632 * @param int $page The page we are on for pagination.633 * @param boolean $populate_extras If we should populate extra user fields.629 * @param string $search_terms The terms to search the profile table 630 * value column for. 631 * @param int|null $limit The limit of results we want. 632 * @param int $page The page we are on for pagination. 633 * @param boolean $populate_extras If we should populate extra user fields. 634 634 * @return array Associative array. 635 635 */
Note: See TracChangeset
for help on using the changeset viewer.