mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
parent
3be46accea
commit
5f8dbab63b
1 changed files with 2 additions and 2 deletions
|
@ -65,14 +65,14 @@ class PluginName {
|
||||||
*
|
*
|
||||||
* @var object
|
* @var object
|
||||||
*/
|
*/
|
||||||
private static $instance = null;
|
protected static $instance = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Refers to the slug of the plugin screen.
|
* Refers to the slug of the plugin screen.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $plugin_screen_slug = null;
|
protected $plugin_screen_slug = null;
|
||||||
|
|
||||||
/*--------------------------------------------*
|
/*--------------------------------------------*
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|
Loading…
Reference in a new issue