1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-04 20:33:16 +03:00

Merge pull request #101 from haleeben/master

Added a TODO to prompt the user to change the plugin-name
This commit is contained in:
Tom McFarlin 2013-10-27 09:11:06 -07:00
commit e8421c2980

View file

@ -42,6 +42,7 @@ class Plugin_Name {
* @since 1.0.0
*
* @var string
* //TODO - Rename "plugin-name" to the name your your plugin
*/
protected $plugin_slug = 'plugin-name';