Make WordPress Core


Ignore:
Timestamp:
12/27/2016 09:27:38 AM (8 years ago)
Author:
johnbillion
Message:

Docs: Misc corrections and additions to inline documentation.

See #39130
Props keesiemeijer

File:
1 edited

Legend:

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

    r39326 r39639  
    24132413     *                            user email, WP_User object, WP_Post object, or WP_Comment object.
    24142414     * @param int    $size        Square avatar width and height in pixels to retrieve.
    2415      * @param string $alt         Alternative text to use in the avatar image tag.
    2416      *                                       Default empty.
     2415     * @param string $default     URL for the default image or a default type. Accepts '404', 'retro', 'monsterid',
     2416     *                            'wavatar', 'indenticon','mystery' (or 'mm', or 'mysteryman'), 'blank', or 'gravatar_default'.
     2417     *                            Default is the value of the 'avatar_default' option, with a fallback of 'mystery'.
     2418     * @param string $alt         Alternative text to use in the avatar image tag. Default empty.
    24172419     * @param array  $args        Arguments passed to get_avatar_data(), after processing.
    24182420     */
Note: See TracChangeset for help on using the changeset viewer.