removing redundant access tags

related #35
This commit is contained in:
Tom McFarlin 2013-05-10 07:32:57 -04:00
parent 0672899df0
commit 6f97b9eabd
1 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@ class PluginName {
/**
* Refers to a single instance of this class.
*
* @access private
* @var object
*/
private static $instance = null;
@ -71,7 +70,6 @@ class PluginName {
/**
* Refers to the slug of the plugin screen.
*
* @access private
* @var string
*/
private $plugin_screen_slug = null;