From f8f1a59cd3f6f32dd9a7d537b0049b7ce193868f Mon Sep 17 00:00:00 2001 From: kjodle Date: Mon, 29 May 2017 17:01:22 -0400 Subject: [PATCH] Changed sample code description --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index ac4aeaf..b183e2e 100644 --- a/functions.php +++ b/functions.php @@ -40,7 +40,7 @@ add_action( 'wp_enqueue_scripts', 'atticus_finch_enqueue_styles' ); /* Add HTML or scripts to the element by uncommenting the function below */ /* function atticus_finch_header() { ?> - This is in the head. + Add your code here. tag by uncommenting the function below */ /* function atticus_finch_footer() { ?> - This is just before the tag. + Add your code here.