Skip to content

Commit

Permalink
Remove W_JS_VER
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnmoon committed Oct 14, 2019
1 parent 6bc1584 commit 52ae4a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/search/class.jetpack-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ public function load_assets() {
}

public function load_and_initialize_tracks() {
define( 'W_JS_VER', 60 ); // W_JS_VER
wp_enqueue_script( 'jp-tracks', '//stats.wp.com/w.js', array(), W_JS_VER, true );
wp_enqueue_script( 'jp-tracks', '//stats.wp.com/w.js', array(), null, true );
}

/**
Expand Down

0 comments on commit 52ae4a6

Please sign in to comment.