Make WordPress Core


Ignore:
Timestamp:
03/01/2015 07:18:42 AM (9 years ago)
Author:
DrewAPicture
Message:

Adjust the description for the $extra_attr argument in the DocBlocks for get_avatar_data() and get_avatar().

See [31561]. See #31469.

File:
1 edited

Legend:

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

    r31587 r31591  
    21502150 *     @type bool         $force_display Whether to always show the avatar - ignores the show_avatars option.
    21512151 *                                       Default false.
    2152  *     @type string       $extra_attr    HTML attribute to insert in the IMG element.  Has no default and is not sanitized.
     2152 *     @type string       $extra_attr    HTML attributes to insert in the IMG element. Is not sanitized. Default empty.
    21532153 * }
    21542154 *
Note: See TracChangeset for help on using the changeset viewer.