From 05a3c91d3492b94d473f9db7d95e0dbe1756898a Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sat, 26 Jan 2019 12:59:49 +0000 Subject: [PATCH] TinyMCE Classic Block: Remove unused variable. See #46071. Built from https://develop.svn.wordpress.org/trunk@44699 git-svn-id: http://core.svn.wordpress.org/trunk@44530 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/wplink.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/wplink.js b/wp-includes/js/wplink.js index 8b6a93795a..7c8c4984c5 100644 --- a/wp-includes/js/wplink.js +++ b/wp-includes/js/wplink.js @@ -402,7 +402,7 @@ mceUpdate: function() { var attrs = wpLink.getAttrs(), - $link, text, hasText, $mceCaret; + $link, text, hasText; var parser = document.createElement( 'a' ); parser.href = attrs.href; diff --git a/wp-includes/version.php b/wp-includes/version.php index f6040a906f..79e23241b0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta2-44698'; +$wp_version = '5.1-beta2-44699'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.