Restore template-custom to sidebar config

This commit is contained in:
Scott Walkinshaw
2015-02-27 22:07:43 -06:00
parent c5587b6c34
commit 65382410b5

View File

@@ -57,7 +57,8 @@ function display_sidebar() {
*/
[
'is_404',
'is_front_page'
'is_front_page',
['is_page_template', ['template-custom.php']]
]
);