mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Chaing the doc from 'slug' to 'string'
This commit is contained in:
parent
ef63ff4a91
commit
aea004af54
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ class Plugin_Name {
|
|||
*
|
||||
* @since 1.0.0
|
||||
* @access protected
|
||||
* @var string $plugin_name The slug used to uniquely identify this plugin.
|
||||
* @var string $plugin_name The string used to uniquely identify this plugin.
|
||||
*/
|
||||
protected $plugin_name;
|
||||
|
||||
|
@ -63,7 +63,7 @@ class Plugin_Name {
|
|||
/**
|
||||
* Define the core functionality of the plugin.
|
||||
*
|
||||
* Set the plugin slug and the plugin version that can be used throughout the plugin.
|
||||
* Set the plugin name and the plugin version that can be used throughout the plugin.
|
||||
* Load the dependencies, define the locale, and set the hooks for the Dashboard and
|
||||
* the public-facing side of the site.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue