Make WordPress Core

Changeset 34988


Ignore:
Timestamp:
10/09/2015 03:51:37 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in get_avatar() and get_avatar_data() docs.

Props johnjamesjacoby.
Fixes #34232.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r34982 r34988  
    36763676 *                                  a 404 instead of a default image), 'retro' (8bit), 'monsterid' (monster),
    36773677 *                                  'wavatar' (cartoon face), 'indenticon' (the "quilt"), 'mystery', 'mm',
    3678  *                                  or 'mysterman' (The Oyster Man), 'blank' (transparent GIF), or
     3678 *                                  or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or
    36793679 *                                  'gravatar_default' (the Gravatar logo). Default is the value of the
    36803680 *                                  'avatar_default' option, with a fallback of 'mystery'.
     
    37103710 *                                  a 404 instead of a default image), 'retro' (8bit), 'monsterid' (monster),
    37113711 *                                  'wavatar' (cartoon face), 'indenticon' (the "quilt"), 'mystery', 'mm',
    3712  *                                  or 'mysterman' (The Oyster Man), 'blank' (transparent GIF), or
     3712 *                                  or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF), or
    37133713 *                                  'gravatar_default' (the Gravatar logo). Default is the value of the
    37143714 *                                  'avatar_default' option, with a fallback of 'mystery'.
  • trunk/src/wp-includes/pluggable.php

    r34986 r34988  
    22532253 *                           (return a 404 instead of a default image), 'retro' (8bit), 'monsterid'
    22542254 *                           (monster), 'wavatar' (cartoon face), 'indenticon' (the "quilt"),
    2255  *                           'mystery', 'mm', or 'mysterman' (The Oyster Man), 'blank' (transparent GIF),
     2255 *                           'mystery', 'mm', or 'mysteryman' (The Oyster Man), 'blank' (transparent GIF),
    22562256 *                           or 'gravatar_default' (the Gravatar logo). Default is the value of the
    22572257 *                           'avatar_default' option, with a fallback of 'mystery'.
Note: See TracChangeset for help on using the changeset viewer.