Changeset 1085
- Timestamp:
- 01/05/2015 09:18:47 PM (10 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r849 r1085 181 181 static function enqueue_scripts() { 182 182 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 3 ); 183 wp_enqueue_script( ' central-navigation', get_stylesheet_directory_uri() . '/js/navigation.js', array(), '20140909', true );183 wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array(), '20140909', true ); 184 184 185 185 /* We add some JavaScript to pages with the comment form -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/js/central.js
r968 r1085 1 1 /** 2 * navigation.js 3 * 4 * Handles toggling the navigation menu for small screens. 2 * Toggle the navigation menu for small screens. 5 3 */ 6 4 ( function() {
Note: See TracChangeset
for help on using the changeset viewer.