Make WordPress Core

Changeset 36028


Ignore:
Timestamp:
12/19/2015 09:03:11 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing parameter and return notations in the DocBlock for get_profile().

See #32246.

File:
1 edited

Legend:

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

    r36027 r36028  
    23982398 * @deprecated 3.0.0 Use get_the_author_meta()
    23992399 * @see get_the_author_meta()
     2400 *
     2401 * @param string    $field User meta field.
     2402 * @param false|int $user Optional. User ID to retrieve the field for. Default false (current user).
     2403 * @return string The author's field from the current author's DB object.
    24002404 */
    24012405function get_profile( $field, $user = false ) {
Note: See TracChangeset for help on using the changeset viewer.