Merge pull request #1772 from davekiss/patch-1

front_page => frontpage
This commit is contained in:
Ben Word
2016-12-12 15:25:15 -07:00
committed by GitHub

View File

@@ -40,7 +40,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'
]);
/**