Make WordPress Core

Changeset 35986


Ignore:
Timestamp:
12/17/2015 04:40:18 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing parameter and return descriptions to the DocBlock for _wp_get_user_contactmethods().

See #32246.

File:
1 edited

Legend:

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

    r35969 r35986  
    18981898 * The old private function for setting up user contact methods.
    18991899 *
     1900 * Use wp_get_user_contact_methods() instead.
     1901 *
    19001902 * @since 2.9.0
    19011903 * @access private
     1904 *
     1905 * @param WP_User $user Optional. WP_User object. Default null.
     1906 * @return array Array of contact methods and their labels.
    19021907 */
    19031908function _wp_get_user_contactmethods( $user = null ) {
Note: See TracChangeset for help on using the changeset viewer.