Callback function rename
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Dec 2014 17:01:50 +0000 (12:01 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Dec 2014 17:01:50 +0000 (12:01 -0500)
callback function site_scripts

functions.php

index a577aaa..2b69572 100755 (executable)
@@ -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