removing comment reference to unused, old templates
This commit is contained in:
@@ -8,8 +8,8 @@ function roots_header_before() { do_action('roots_header_before'); }
|
||||
function roots_header_inside() { do_action('roots_header_inside'); }
|
||||
function roots_header_after() { do_action('roots_header_after'); }
|
||||
|
||||
// 404.php, archive.php, front-page.php, index.php, loop-page.php, loop-search.php, loop-single.php, loop.php
|
||||
// page-custom.php, page-full.php, page-sitemap.php, page-subpages.php, page.php, search.php, single.php
|
||||
// 404.php, archive.php, front-page.php, index.php, loop-page.php, loop-search.php, loop-single.php,
|
||||
// loop.php, page-custom.php, page-full.php, page.php, search.php, single.php
|
||||
function roots_content_before() { do_action('roots_content_before'); }
|
||||
function roots_content_after() { do_action('roots_content_after'); }
|
||||
function roots_main_before() { do_action('roots_main_before'); }
|
||||
@@ -31,4 +31,4 @@ function roots_footer_inside() { do_action('roots_footer_inside'); }
|
||||
function roots_footer_after() { do_action('roots_footer_after'); }
|
||||
function roots_footer() { do_action('roots_footer'); }
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user