Skip to content

Commit

Permalink
WordCamp Central: Bump stylesheet cache buster
Browse files Browse the repository at this point in the history
git-svn-id: http://meta.svn.wordpress.org/sites/trunk/wordcamp.org@6041 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
coreymckrill committed Oct 17, 2017
1 parent 65147f9 commit 7725975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static function process_forms() {
* Enqueue scripts and styles.
*/
static function enqueue_scripts() {
wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 8 );
wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 9 );
wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array( 'jquery', 'underscore' ), 2, true );

wp_localize_script( 'wordcamp-central', 'wordcampCentralOptions', self::get_javascript_options() );
Expand Down

0 comments on commit 7725975

Please sign in to comment.