Declaring properties on Roots_Wrapping
This commit is contained in:
@@ -15,7 +15,13 @@ function roots_sidebar_path() {
|
||||
|
||||
class Roots_Wrapping {
|
||||
// Stores the full path to the main template file
|
||||
static $main_template;
|
||||
public static $main_template;
|
||||
|
||||
// basename of template file
|
||||
public $slug;
|
||||
|
||||
// array of templates
|
||||
public $templates;
|
||||
|
||||
// Stores the base name of the template file; e.g. 'page' for 'page.php' etc.
|
||||
static $base;
|
||||
|
||||
Reference in New Issue
Block a user