mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
removing a redundant comment delimiter
This commit is contained in:
parent
e8421c2980
commit
fcac09e874
1 changed files with 3 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue