projects
/
WP-Themes
/
GreyGables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3616aec
)
Callback function rename
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 31 Dec 2014 17:01:50 +0000
(12:01 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 31 Dec 2014 17:01:50 +0000
(12:01 -0500)
callback function site_scripts
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
a577aaa
..
2b69572
100755
(executable)
--- 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