1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-27 17:03:15 +03:00

Chaing the doc from 'slug' to 'string'

This commit is contained in:
Tom McFarlin 2014-08-01 16:59:19 -04:00
parent ef63ff4a91
commit aea004af54

View file

@ -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.
*