wplink: update TinyMCE UI after updating the link
See #32604. Built from https://develop.svn.wordpress.org/trunk@32932 git-svn-id: http://core.svn.wordpress.org/trunk@32903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -376,6 +376,8 @@ var wpLink;
|
||||
editor.execCommand( 'mceInsertLink', false, attrs );
|
||||
}
|
||||
}
|
||||
|
||||
editor.nodeChanged();
|
||||
},
|
||||
|
||||
updateFields: function( e, li ) {
|
||||
|
||||
2
wp-includes/js/wplink.min.js
vendored
2
wp-includes/js/wplink.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32931';
|
||||
$wp_version = '4.3-alpha-32932';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user