front_page -> frontpage

Fix regression, see 6ca3b3faa7
This commit is contained in:
Ciro Mattia Gonano
2017-04-05 11:13:07 +02:00
committed by GitHub
parent 146258899e
commit 3852cf8f4b

View File

@@ -44,7 +44,7 @@ array_map(function ($type) {
});
}, [
'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date', 'home',
'front_page', 'page', 'paged', 'search', 'single', 'singular', 'attachment'
'frontpage', 'page', 'paged', 'search', 'single', 'singular', 'attachment'
]);
/**