Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace WP User Avatar with Simple Local Avatars #966

Merged
merged 1 commit into from
May 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions includes/class-plugin-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,12 +441,12 @@ public static function get_managed_plugins() {
'PluginURI' => 'https://wordpress.org/plugins/wp-gdpr-cookie-notice/',
'Download' => 'wporg',
],
'wp-user-avatar' => [
'Name' => 'WP User Avatar',
'Description' => 'Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar.',
'Author' => 'flippercode',
'AuthorURI' => 'https://www.flippercode.com/',
'PluginURI' => 'https://wordpress.org/plugins/wp-user-avatar/',
'simple-local-avatars' => [
'Name' => 'Simple Local Avatars',
'Description' => 'Adds an avatar upload field to user profiles if the current user has media permissions. Generates requested sizes on demand just like Gravatar! Simple and lightweight.',
'Author' => 'Jake Goldman, 10up',
'AuthorURI' => 'https://10up.com',
'PluginURI' => 'https://wordpress.org/plugins/simple-local-avatars/',
'Download' => 'wporg',
],
'web-stories' => [
Expand Down