Merge pull request #1873 from ciromattia/patch-1

front_page -> frontpage
This commit is contained in:
Ben Word
2017-04-05 11:18:58 -06:00
committed by GitHub

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'
]);
/**