Make WordPress Core


Ignore:
Timestamp:
08/11/2022 02:09:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous inline documentation improvements.

See #55646

File:
1 edited

Legend:

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

    r53877 r53878  
    41624162 *                           user email, WP_User object, WP_Post object, or WP_Comment object.
    41634163 * @param array $args {
    4164  *     Optional. Arguments to return instead of the default arguments.
     4164 *     Optional. Arguments to use instead of the default arguments.
    41654165 *
    41664166 *     @type int    $size           Height and width of the avatar in pixels. Default 96.
     
    42144214 * @since 4.2.0
    42154215 *
    4216  * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash,
     4216 * @param mixed $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash,
    42174217 *                           user email, WP_User object, WP_Post object, or WP_Comment object.
    42184218 * @param array $args {
    4219  *     Optional. Arguments to return instead of the default arguments.
     4219 *     Optional. Arguments to use instead of the default arguments.
    42204220 *
    42214221 *     @type int    $size           Height and width of the avatar image file in pixels. Default 96.
     
    43194319         *
    43204320         * @param array $args        Arguments passed to get_avatar_data(), after processing.
    4321          * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash,
     4321         * @param mixed $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash,
    43224322         *                           user email, WP_User object, WP_Post object, or WP_Comment object.
    43234323         */
     
    44104410         *
    44114411         * @param string $url         The URL of the avatar.
    4412          * @param mixed  $id_or_email The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash,
     4412         * @param mixed  $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash,
    44134413         *                            user email, WP_User object, WP_Post object, or WP_Comment object.
    44144414         * @param array  $args        Arguments passed to get_avatar_data(), after processing.
     
    44224422         *
    44234423         * @param array $args        Arguments passed to get_avatar_data(), after processing.
    4424          * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash,
     4424         * @param mixed $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash,
    44254425         *                           user email, WP_User object, WP_Post object, or WP_Comment object.
    44264426         */
Note: See TracChangeset for help on using the changeset viewer.