From 6f97b9eabd11fffdd952c5980b65ab7a56d3c543 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Fri, 10 May 2013 07:32:57 -0400 Subject: [PATCH] removing redundant access tags related #35 --- plugin-boilerplate/plugin-boilerplate.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin-boilerplate/plugin-boilerplate.php b/plugin-boilerplate/plugin-boilerplate.php index a90df70..28601d0 100644 --- a/plugin-boilerplate/plugin-boilerplate.php +++ b/plugin-boilerplate/plugin-boilerplate.php @@ -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;