Rename page-custom.php to template-custom.php

This commit is contained in:
Ben Word
2013-04-30 20:51:18 -05:00
parent f0db29b387
commit 553dc1cfb7
5 changed files with 9 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ function roots_display_sidebar() {
* Any of these page templates that return true won't show the sidebar
*/
array(
'page-custom.php'
'template-custom.php'
)
);