From: Steve Sutton Date: Wed, 31 Dec 2014 17:01:50 +0000 (-0500) Subject: Callback function rename X-Git-Tag: v1.0.0^2~69 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1aa7107d3a8855fc97453444bbde54bad354a481;p=WP-Themes%2FGreyGables.git Callback function rename callback function site_scripts --- diff --git a/functions.php b/functions.php index a577aaa..2b69572 100755 --- a/functions.php +++ b/functions.php @@ -69,7 +69,7 @@ function glm_offcanvas_menu() 'menu_class' => 'left-off-canvas-list' )); } -function preston_feather_scripts() +function site_scripts() { wp_enqueue_script( 'modernizr', @@ -88,6 +88,6 @@ function preston_feather_scripts() } } -add_action('wp_enqueue_scripts', 'preston_feather_scripts'); +add_action('wp_enqueue_scripts', 'site_scripts'); add_theme_support('post-thumbnails'); ?> \ No newline at end of file