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
823 stars 195 forks source link

_doing_it_wrong #32

Closed davidmosterd closed 11 years ago

davidmosterd commented 11 years ago
_doing_it_wrong( __CLASS__, $message , self::VERSION );

Should the message not be there? Now it has '' and it's not clear why it is called.