Changeset 31591
- Timestamp:
- 03/01/2015 07:18:42 AM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r31561 r31591 3439 3439 * @type array $processed_args When the function returns, the value will be the processed/sanitized $args 3440 3440 * 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. 3442 3442 * } 3443 3443 * -
trunk/src/wp-includes/pluggable.php
r31587 r31591 2150 2150 * @type bool $force_display Whether to always show the avatar - ignores the show_avatars option. 2151 2151 * 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. 2153 2153 * } 2154 2154 *
Note: See TracChangeset
for help on using the changeset viewer.