Remove unused static variable in Wrapper
This commit is contained in:
@@ -16,9 +16,6 @@ class Wrapper implements WrapperInterface
|
|||||||
/** @var string[] Array of template wrappers; e.g., `base-singular.php`, `base-page.php`, `base.php` */
|
/** @var string[] Array of template wrappers; e.g., `base-singular.php`, `base-page.php`, `base.php` */
|
||||||
protected $wrapper = [];
|
protected $wrapper = [];
|
||||||
|
|
||||||
/** @var string[] Cache template locations */
|
|
||||||
protected static $locations = [];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wrapper constructor
|
* Wrapper constructor
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user