Changeset 55239
- Timestamp:
- 02/06/2023 09:28:15 PM (20 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r55085 r55239 4224 4224 * @type int $size Height and width of the avatar in pixels. Default 96. 4225 4225 * @type string $default URL for the default image or a default type. Accepts '404' (return 4226 * a 404 instead of a default image), 'retro' (8bit), ' monsterid' (monster),4227 * ' wavatar' (cartoon face), 'indenticon' (the "quilt"), 'mystery', 'mm',4228 * or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or4229 * 'gravatar_default' (the Gravatar logo). Default is the value of the4226 * a 404 instead of a default image), 'retro' (8bit), 'RoboHash' (robohash), 4227 * 'monsterid' (monster), 'wavatar' (cartoon face), 'indenticon' (the "quilt"), 4228 * 'mystery', 'mm', or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), 4229 * or 'gravatar_default' (the Gravatar logo). Default is the value of the 4230 4230 * 'avatar_default' option, with a fallback of 'mystery'. 4231 4231 * @type bool $force_default Whether to always show the default image, never the Gravatar. Default false. -
trunk/src/wp-includes/pluggable.php
r55210 r55239 2771 2771 * user email, WP_User object, WP_Post object, or WP_Comment object. 2772 2772 * @param int $size Optional. Height and width of the avatar image file in pixels. Default 96. 2773 * @param string $default_value Optional. URL for the default image or a default type. Accepts '404'2774 * (return a 404 instead of a default image), 'retro' (8bit), 'monsterid'2775 * (monster), 'wavatar' (cartoon face), 'indenticon' (the "quilt"),2773 * @param string $default_value URL for the default image or a default type. Accepts '404' (return 2774 * a 404 instead of a default image), 'retro' (8bit), 'RoboHash' (robohash), 2775 * 'monsterid' (monster), 'wavatar' (cartoon face), 'indenticon' (the "quilt"), 2776 2776 * 'mystery', 'mm', or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), 2777 2777 * or 'gravatar_default' (the Gravatar logo). Default is the value of the
Note: See TracChangeset
for help on using the changeset viewer.