Remove unused var after r42614, fixing a jshint error.

Built from https://develop.svn.wordpress.org/trunk@42618


git-svn-id: http://core.svn.wordpress.org/trunk@42447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Adam Silverstein 2018-01-30 00:34:59 +00:00
parent c2369bfad7
commit 35a20d8f50
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
return; return;
} }
var tempID = 0;
var separator = window.tagsSuggestL10n.tagDelimiter || ','; var separator = window.tagsSuggestL10n.tagDelimiter || ',';
function split( val ) { function split( val ) {

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-42617'; $wp_version = '5.0-alpha-42618';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.