mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
parent
0672899df0
commit
6f97b9eabd
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue