Open dwrensha opened 9 years ago
I bundled Google fonts that Scrumblr used. Stuff like jQuery as well may need to be bundled if WordPress uses it.
When WordPress allows people to upload their own themes, Google fonts may also be a problem.
I've learned that avatars can be turned off with update_option('show_avatars', 0);
and they can be overridden through the pluggable get_avatar()
function.
Looks like some oembed stuff doesn't work without curl, so I guess that's affected by this too? http://help.semplicelabs.com/customer/portal/questions/12932083-vimeo-embed-troubleshooting
This issue was moved to wpsandstorm/wordpress-sandstorm#4
This will have an effect on:
We'll want to replace gravatar with Sandstorm's own user profile features. For the fonts, maybe we can bundle them?