forked from mirror/_s
Merge pull request #1150 from ocean90/template-functions-comment
Update comment for template-functions.php include
This commit is contained in:
commit
9c0f5906c4
|
@ -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';
|
||||
|
||||
|
|
Reference in New Issue