Merge pull request #1150 from ocean90/template-functions-comment

Update comment for template-functions.php include
This commit is contained in:
Ulrich Pogson 2017-06-30 23:10:53 +02:00 committed by GitHub
commit 9c0f5906c4
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ require get_template_directory() . '/inc/custom-header.php';
require get_template_directory() . '/inc/template-tags.php';
/**
* Additional features to allow styling of the templates.
* Functions which enhance the theme by hooking into WordPress.
*/
require get_template_directory() . '/inc/template-functions.php';