From fd89fb8a10d1ccbdde1cd2733c6b8e88869dca72 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 30 Jun 2017 23:05:45 +0200 Subject: [PATCH] Update comment for template-functions.php include Syncs the comment with the change in https://github.com/Automattic/_s/commit/7b8db5678f21186da65945f7697a04745478cd6b --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';