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
This commit is contained in:
Dominik Schilling 2019-01-26 12:59:49 +00:00
parent fe73f310d4
commit 05a3c91d34
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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.