Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 05:41:48 AM (9 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6398.

File:
1 edited

Legend:

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

    r10417 r10425  
    445445     * @global wpdb $wpdb WordPress database object.
    446446     *
    447      * @param string $letter          The letter the users names are to start with.
    448      * @param int    $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.
     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.
    454454     * @return mixed False on error, otherwise associative array of results.
    455455     */
     
    532532     * @global wpdb $wpdb WordPress database object.
    533533     *
    534      * @param array $user_ids        The user IDs of the users who we wish to
    535      *                               fetch information on.
    536      * @param int  $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.
     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.
    539539     * @return array Associative array.
    540540     */
     
    627627     * @global wpdb $wpdb WordPress database object.
    628628     *
    629      * @param string  $search_terms    The terms to search the profile table
    630      *                                 value column for.
    631      * @param int    $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.
     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.
    634634     * @return array Associative array.
    635635     */
Note: See TracChangeset for help on using the changeset viewer.