1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-03 11:53:16 +03:00

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

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;