removing a redundant comment delimiter

This commit is contained in:
Tom McFarlin 2013-10-27 14:29:01 -04:00
parent e8421c2980
commit fcac09e874
1 changed files with 3 additions and 1 deletions

View File

@ -33,8 +33,11 @@ class Plugin_Name {
const VERSION = '1.0.0';
/**
* TODO - Rename "plugin-name" to the name your your plugin
*
* Unique identifier for your plugin.
*
*
* The variable name is used as the text domain when internationalizing strings
* of text. Its value should match the Text Domain file header in the main
* plugin file.
@ -42,7 +45,6 @@ class Plugin_Name {
* @since 1.0.0
*
* @var string
* //TODO - Rename "plugin-name" to the name your your plugin
*/
protected $plugin_slug = 'plugin-name';