Update comment for template-functions.php include

Syncs the comment with the change in 7b8db5678f
This commit is contained in:
Dominik Schilling 2017-06-30 23:05:45 +02:00 committed by GitHub
parent ef422bc160
commit fd89fb8a10
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';