From fcac09e874ff49e1ad6a7d2dc521ca7199c34ebf Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Sun, 27 Oct 2013 14:29:01 -0400 Subject: [PATCH] removing a redundant comment delimiter --- plugin-name/class-plugin-name.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin-name/class-plugin-name.php b/plugin-name/class-plugin-name.php index 4d4613b..4579ce1 100644 --- a/plugin-name/class-plugin-name.php +++ b/plugin-name/class-plugin-name.php @@ -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';