mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Users: Add support for RoboHash Gravatar images in default user profile pics.
Gravatar includes support for RoboHash auto-generated images. This changeset adds it to the built-in feature for user profile images. See Gravatar docs: https://en.gravatar.com/site/implement/images/. Props juliobox, audrasjb. Fixes #57493. git-svn-id: https://develop.svn.wordpress.org/trunk@55238 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -281,6 +281,7 @@ $avatar_defaults = array(
|
||||
'wavatar' => __( 'Wavatar (Generated)' ),
|
||||
'monsterid' => __( 'MonsterID (Generated)' ),
|
||||
'retro' => __( 'Retro (Generated)' ),
|
||||
'robohash' => __( 'RoboHash (Generated)' ),
|
||||
);
|
||||
/**
|
||||
* Filters the default avatars.
|
||||
|
||||
Reference in New Issue
Block a user