Merge pull request #623 from 0dp/patch-1

Update functions.php - Thx @0dp !
This commit is contained in:
Holger 2018-04-03 13:26:50 +02:00 committed by GitHub
commit 4ab2e3d8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ require get_template_directory() . '/inc/enqueue.php';
require get_template_directory() . '/inc/template-tags.php';
/**
* Custom template tags for this theme.
* Custom pagination for this theme.
*/
require get_template_directory() . '/inc/pagination.php';