This commit is contained in:
QWp6t
2016-07-15 03:09:09 -07:00
parent 9bfdd5a5f5
commit 0a71544b83

View File

@@ -19,7 +19,7 @@ class Wrapper implements WrapperInterface
/** /**
* Wrapper constructor * Wrapper constructor
* *
* @param string $template Template file, as from Template Heirarchy; e.g., `page.php`, `single.php`, `singular.php` * @param string $template Template file, as from Template Hierarchy; e.g., `page.php`, `single.php`, `singular.php`
* @param string $base Wrapper's base template, this is what will wrap around $template * @param string $base Wrapper's base template, this is what will wrap around $template
*/ */
public function __construct($template, $base = 'layouts/base.php') public function __construct($template, $base = 'layouts/base.php')