Changeset 34988
- Timestamp:
- 10/09/2015 03:51:37 PM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r34982 r34988 3676 3676 * a 404 instead of a default image), 'retro' (8bit), 'monsterid' (monster), 3677 3677 * 'wavatar' (cartoon face), 'indenticon' (the "quilt"), 'mystery', 'mm', 3678 * or 'myster man' (The Oyster Man), 'blank' (transparent GIF), or3678 * or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or 3679 3679 * 'gravatar_default' (the Gravatar logo). Default is the value of the 3680 3680 * 'avatar_default' option, with a fallback of 'mystery'. … … 3710 3710 * a 404 instead of a default image), 'retro' (8bit), 'monsterid' (monster), 3711 3711 * 'wavatar' (cartoon face), 'indenticon' (the "quilt"), 'mystery', 'mm', 3712 * or 'myster man' (The Oyster Man), 'blank' (transparent GIF), or3712 * or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or 3713 3713 * 'gravatar_default' (the Gravatar logo). Default is the value of the 3714 3714 * 'avatar_default' option, with a fallback of 'mystery'. -
trunk/src/wp-includes/pluggable.php
r34986 r34988 2253 2253 * (return a 404 instead of a default image), 'retro' (8bit), 'monsterid' 2254 2254 * (monster), 'wavatar' (cartoon face), 'indenticon' (the "quilt"), 2255 * 'mystery', 'mm', or 'myster man' (The Oyster Man), 'blank' (transparent GIF),2255 * 'mystery', 'mm', or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), 2256 2256 * or 'gravatar_default' (the Gravatar logo). Default is the value of the 2257 2257 * 'avatar_default' option, with a fallback of 'mystery'.
Note: See TracChangeset
for help on using the changeset viewer.