Changeset 21522 for trunk/wp-includes/user.php
- Timestamp:
- 08/15/2012 03:33:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r21509 r21522 1467 1467 * Return a list of meta keys that wp_insert_user() is supposed to set. 1468 1468 * 1469 * @since 3.3.0 1469 1470 * @access private 1470 * @since 3.3.0 1471 * 1472 * @param object $user WP_User instance 1471 * 1472 * @param object $user WP_User instance. 1473 1473 * @return array 1474 1474 */ … … 1479 1479 1480 1480 /** 1481 * Set up the default contact methods 1482 * 1481 * Set up the default contact methods. 1482 * 1483 * @since 2.9.0 1483 1484 * @access private 1484 * @since 1485 * 1486 * @param object $user User data object (optional) 1485 * 1486 * @param object $user User data object (optional). 1487 1487 * @return array $user_contactmethods Array of contact methods and their labels. 1488 1488 */
Note: See TracChangeset
for help on using the changeset viewer.