Make WordPress Core

Changeset 31591


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.

Location:
trunk/src/wp-includes
Files:
2 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 *
  • 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.