Changes between Initial Version and Version 3 of Ticket #44067
- Timestamp:
- 06/16/2018 12:48:24 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44067
-
Property
Component
changed from
Comments
toPrivacy
-
Property
Component
changed from
-
Ticket #44067 – Description
initial v3 3 3 However, gravatar is such a long-standing part of WordPress it would hurt more to remove it. So, the logical solution is a refactoring. 4 4 5 We've added filters are various levels. Gravatar should be hooked onto these filters, and if someone removes the hook, everything will return an anonymous image hosted as part of theplugin.5 We've added filters are various levels. Gravatar should be hooked onto these filters, and if someone removes the hook, everything will return an anonymous image hosted in Core, that can be overridden by a plugin. 6 6 7 7 Identicon, wavatar, and monsterIDs were originally plugins for WordPress that were absorbed by Gravatar(https://blog.gravatar.com/2008/04/22/identicons-monsterids-and-wavatars-oh-my/). They generate anonymous icons from the provided email or hash. Mystery person can be stored locally, and maybe we can add a few options for this.