Merge pull request #805 from remyvv/master
Fixed broken sidebar_path function
This commit is contained in:
@@ -9,7 +9,7 @@ function roots_template_path() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function roots_sidebar_path() {
|
function roots_sidebar_path() {
|
||||||
return Roots_Wrapping('templates/sidebar.php');
|
return new Roots_Wrapping('templates/sidebar.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
class Roots_Wrapping {
|
class Roots_Wrapping {
|
||||||
|
|||||||
Reference in New Issue
Block a user