Merge pull request #1150 from ocean90/template-functions-comment
Update comment for template-functions.php include
This commit is contained in:
commit
9c0f5906c4
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ require get_template_directory() . '/inc/custom-header.php';
|
||||||
require get_template_directory() . '/inc/template-tags.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';
|
require get_template_directory() . '/inc/template-functions.php';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue