Make WordPress Core


Ignore:
Timestamp:
08/15/2012 03:33:59 PM (12 years ago)
Author:
ryan
Message:

Add @since for _wp_get_user_contactmethods() and _get_additional_user_keys(). Props SergeyBiryukov. fixes #21246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/user.php

    r21509 r21522  
    14671467 * Return a list of meta keys that wp_insert_user() is supposed to set.
    14681468 *
     1469 * @since 3.3.0
    14691470 * @access private
    1470  * @since 3.3.0
    1471  *
    1472  * @param object $user WP_User instance
     1471 *
     1472 * @param object $user WP_User instance.
    14731473 * @return array
    14741474 */
     
    14791479
    14801480/**
    1481  * Set up the default contact methods
    1482  *
     1481 * Set up the default contact methods.
     1482 *
     1483 * @since 2.9.0
    14831484 * @access private
    1484  * @since
    1485  *
    1486  * @param object $user User data object (optional)
     1485 *
     1486 * @param object $user User data object (optional).
    14871487 * @return array $user_contactmethods Array of contact methods and their labels.
    14881488 */
Note: See TracChangeset for help on using the changeset viewer.