Changeset 1545 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
- Timestamp:
- 05/06/2015 02:47:38 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
r1401 r1545 184 184 */ 185 185 static function enqueue_scripts() { 186 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 4);186 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 5 ); 187 187 wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array( 'jquery', 'underscore' ), 1, true ); 188 188
Note: See TracChangeset
for help on using the changeset viewer.