diff --git a/wp-admin/js/tags-suggest.js b/wp-admin/js/tags-suggest.js index 0505988302..a24436f597 100644 --- a/wp-admin/js/tags-suggest.js +++ b/wp-admin/js/tags-suggest.js @@ -6,7 +6,6 @@ return; } - var tempID = 0; var separator = window.tagsSuggestL10n.tagDelimiter || ','; function split( val ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 8c1491a199..ae8709f7fa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.