Changeset 1867 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
- Timestamp:
- 09/09/2015 09:35:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r1567 r1867 185 185 */ 186 186 static function enqueue_scripts() { 187 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 6);187 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 7 ); 188 188 wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array( 'jquery', 'underscore' ), 2, true ); 189 189
Note: See TracChangeset
for help on using the changeset viewer.