Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 05:38:02 AM (10 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6402.

File:
1 edited

Legend:

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

    r10417 r10422  
    12461246 *
    12471247 * @since 2.0.0
     1248 *
     1249 * @return bool
    12481250 */
    12491251function bp_last_activity_migrate() {
     
    22612263 * @since 1.2.2
    22622264 *
    2263  * @param WP_User|WP_Error $user     Either the WP_User or the WP_Error object.
    2264  * @param string           $username The inputted, attempted username.
    2265  * @param string           $password The inputted, attempted password.
     2265 * @param WP_User|WP_Error|null $user     Either the WP_User or the WP_Error object.
     2266 * @param string                $username The inputted, attempted username.
     2267 * @param string                $password The inputted, attempted password.
    22662268 * @return WP_User|WP_Error
    22672269 */
Note: See TracChangeset for help on using the changeset viewer.