Changeset 6087
- Timestamp:
- 11/07/2017 11:01:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r6041 r6087 165 165 */ 166 166 static function enqueue_scripts() { 167 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 9);167 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 10 ); 168 168 wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array( 'jquery', 'underscore' ), 2, true ); 169 169
Note: See TracChangeset
for help on using the changeset viewer.