diff --git a/functions.php b/functions.php index ded25f5c..4c52b386 100644 --- a/functions.php +++ b/functions.php @@ -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';