Changeset 1144
- Timestamp:
- 01/15/2015 07:46:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r1143 r1144 182 182 */ 183 183 static function enqueue_scripts() { 184 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 3);184 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 4 ); 185 185 wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array( 'jquery', 'underscore' ), 1, true ); 186 186
Note: See TracChangeset
for help on using the changeset viewer.