Declaring properties on Roots_Wrapping

This commit is contained in:
alexsomeoddpilot
2014-10-30 09:47:00 -05:00
parent de67c88b92
commit 2072b30918

View File

@@ -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;