radishconcepts / WordPress-GitHub-Plugin-Updater

This class is meant to be used with your Github hosted WordPress plugins. The purpose of the class is to allow your WordPress plugin to be updated whenever you push out a new version of your plugin; similarly to the experience users know and love with the WordPress.org plugin repository.
https://github.com/jkudish/WordPress-GitHub-Plugin-Updater
822 stars 195 forks source link

Fix plugin typos #61

Closed lchski closed 9 years ago

lchski commented 10 years ago

As mentioned in #60, corrects capitalization of GitHub in the plugin files themselves.

No changes were made which affect the functionality, just aesthetic ones. All variables with "github" in them have been left as is.

coenjacobs commented 9 years ago

Thanks for contributing this. I'm merging it in and it will go out with 1.6 as it changes translation strings and I don't want to break those in fix releases.