From aea004af54c471a8bdcc45545a79530565b9ce3f Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Fri, 1 Aug 2014 16:59:19 -0400 Subject: [PATCH] Chaing the doc from 'slug' to 'string' --- plugin-name/trunk/includes/class-plugin-name.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-name/trunk/includes/class-plugin-name.php b/plugin-name/trunk/includes/class-plugin-name.php index ddeb50c..682deb5 100644 --- a/plugin-name/trunk/includes/class-plugin-name.php +++ b/plugin-name/trunk/includes/class-plugin-name.php @@ -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. *