Changeset 10422 for trunk/src/bp-members/bp-members-functions.php
- Timestamp:
- 12/22/2015 05:38:02 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-members/bp-members-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r10417 r10422 1246 1246 * 1247 1247 * @since 2.0.0 1248 * 1249 * @return bool 1248 1250 */ 1249 1251 function bp_last_activity_migrate() { … … 2261 2263 * @since 1.2.2 2262 2264 * 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. 2266 2268 * @return WP_User|WP_Error 2267 2269 */
Note: See TracChangeset
for help on using the changeset viewer.