From e51531a425a07ccb6e5f7932366431f66eeab92c Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 20 Oct 2016 05:44:30 +0000 Subject: [PATCH] Build: Ignore JSHint errors in Twenty Seventeen's third party libraries. `html5.js` and `jquery.scrollTo.js` are external libraries, so don't need to be checked by JSHint. Props kadamwhite. Fixes #38376. Built from https://develop.svn.wordpress.org/trunk@38836 git-svn-id: http://core.svn.wordpress.org/trunk@38779 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index e17399355e..4aaf29d930 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38835'; +$wp_version = '4.7-alpha-38836'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.