From 3e1c6026e0bcd60b2410c36c6428f906fcaf9ce2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 20 Nov 2014 13:53:17 -0500 Subject: [PATCH] comments --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions.php b/functions.php index 91a9254..4473221 100755 --- a/functions.php +++ b/functions.php @@ -49,6 +49,11 @@ function glm_offcanvas_menu() add_theme_support('post-thumbnails'); set_post_thumbnail_size(120, 100, true); +/** + * preston_feather_scripts + * + * Add the scripts that we'll need for any home page stuff + */ function preston_feather_scripts() { if(is_front_page()) { -- 2.17.1