Make WordPress Core


Ignore:
Timestamp:
08/11/2022 02:01:35 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve the documented types for various functions and hooks.

See #55646

File:
1 edited

Legend:

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

    r53870 r53877  
    42404240 *     Along with the arguments passed in `$args`, this will contain a couple of extra arguments.
    42414241 *
    4242  *     @type bool   $found_avatar True if we were able to find an avatar for this user,
    4243  *                                false or not set if we couldn't.
    4244  *     @type string $url          The URL of the avatar we found.
     4242 *     @type bool         $found_avatar True if an avatar was found for this user,
     4243 *                                      false or not set if none was found.
     4244 *     @type string|false $url          The URL of the avatar that was found, or false.
    42454245 * }
    42464246 */
Note: See TracChangeset for help on using the changeset viewer.