Clarity over cleverness

This commit is contained in:
Scott Walkinshaw
2012-09-20 16:47:23 -06:00
parent a7ab3e0307
commit 85596e11d0
2 changed files with 7 additions and 9 deletions

View File

@@ -22,15 +22,15 @@ function roots_display_sidebar() {
* Any of these conditional tags that return true won't show the sidebar
*/
array(
'404',
'front_page'
'is_404',
'is_front_page'
),
/**
* Page template checks (via is_page_template())
* Any of these page templates that return true won't show the sidebar
*/
array(
'page-custom'
'page-custom.php'
)
);