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
826 stars 193 forks source link

negated the empty() check on line 117 #34

Closed davidmosterd closed 11 years ago

davidmosterd commented 11 years ago

On line 117 the check for empty() has an exclamation on front of it, this negates what it is suppose to do so I removed it.