Merge pull request #770 from IanDelMar/master

Fix for Issue #769
This commit is contained in:
Holger 2018-08-16 16:08:22 +02:00 committed by GitHub
commit f1b7f260c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ require get_template_directory() . '/inc/template-tags.php';
*/
require get_template_directory() . '/inc/pagination.php';
/**
* Custom hooks.
*/
require get_template_directory() . '/inc/hooks.php';
/**
* Custom functions that act independently of the theme templates.
*/