Make WordPress Core


Ignore:
Timestamp:
05/30/2025 05:00:17 PM (11 months ago)
Author:
audrasjb
Message:

Users: Add support for Initials and Color Gravatar images in default user profile pics.

Gravatar includes support for Initials and Color auto-generated images. This changeset adds them to the built-in feature for user profile images.

Props haozi, audrasjb, getsyash, valentingrenier.
Fixes #63087.
See #57493.

File:
1 edited

Legend:

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

    r59893 r60269  
    30493049     *                              - 'wavatar' (a cartoon face)
    30503050     *                              - 'identicon' (the "quilt", a geometric pattern)
     3051     *                              - 'initials' (initials based avatar with background color)
     3052     *                              - 'color' (generated background color)
    30513053     *                              - 'mystery', 'mm', or 'mysteryman' (The Oyster Man)
    30523054     *                              - 'blank' (transparent GIF)
Note: See TracChangeset for help on using the changeset viewer.