Changeset 53878 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 08/11/2022 02:09:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r53877 r53878 4162 4162 * user email, WP_User object, WP_Post object, or WP_Comment object. 4163 4163 * @param array $args { 4164 * Optional. Arguments to returninstead of the default arguments.4164 * Optional. Arguments to use instead of the default arguments. 4165 4165 * 4166 4166 * @type int $size Height and width of the avatar in pixels. Default 96. … … 4214 4214 * @since 4.2.0 4215 4215 * 4216 * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash,4216 * @param mixed $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash, 4217 4217 * user email, WP_User object, WP_Post object, or WP_Comment object. 4218 4218 * @param array $args { 4219 * Optional. Arguments to returninstead of the default arguments.4219 * Optional. Arguments to use instead of the default arguments. 4220 4220 * 4221 4221 * @type int $size Height and width of the avatar image file in pixels. Default 96. … … 4319 4319 * 4320 4320 * @param array $args Arguments passed to get_avatar_data(), after processing. 4321 * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash,4321 * @param mixed $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash, 4322 4322 * user email, WP_User object, WP_Post object, or WP_Comment object. 4323 4323 */ … … 4410 4410 * 4411 4411 * @param string $url The URL of the avatar. 4412 * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash,4412 * @param mixed $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash, 4413 4413 * user email, WP_User object, WP_Post object, or WP_Comment object. 4414 4414 * @param array $args Arguments passed to get_avatar_data(), after processing. … … 4422 4422 * 4423 4423 * @param array $args Arguments passed to get_avatar_data(), after processing. 4424 * @param mixed $id_or_email The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash,4424 * @param mixed $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar MD5 hash, 4425 4425 * user email, WP_User object, WP_Post object, or WP_Comment object. 4426 4426 */
Note: See TracChangeset
for help on using the changeset viewer.