strangerstudios / basic-user-avatars

Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
https://wordpress.org/plugins/basic-user-avatars/
39 stars 34 forks source link

Add https support to get_avatar() #14

Closed zachwills closed 8 years ago

zachwills commented 8 years ago

Resolves #12

If is_ssl(), then replace the http with https in the return string in the get_avatar() function.