Make WordPress Core


Ignore:
Timestamp:
03/01/2015 07:18:42 AM (10 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/link-template.php

    r31561 r31591  
    34393439 *     @type array  $processed_args When the function returns, the value will be the processed/sanitized $args
    34403440 *                                  plus a "found_avatar" guess. Pass as a reference. Default null.
    3441  *     @type string $extra_attr     HTML attribute to insert in the IMG element.  Has no default and is not sanitized.
     3441 *     @type string $extra_attr     HTML attributes to insert in the IMG element. Is not sanitized. Default empty.
    34423442 * }
    34433443 *
Note: See TracChangeset for help on using the changeset viewer.