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:
parent
fe73f310d4
commit
05a3c91d34
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue