Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Holiday Snow in Footer Instead of Head #5931

Merged
merged 1 commit into from
Dec 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/holiday-snow.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function jetpack_holiday_snow_script() {
* @param str URL to the holiday snow JavaScript file.
*/
$snowstorm_url = apply_filters( 'jetpack_holiday_snow_js_url', plugins_url( 'holiday-snow/snowstorm.js', __FILE__ ) );
wp_enqueue_script( 'snowstorm', $snowstorm_url, array(), '1.43.20111201' );
wp_enqueue_script( 'snowstorm', $snowstorm_url, array(), '1.43.20111201', true );
}

function jetpack_maybe_holiday_snow() {
Expand Down