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:
Ella Iseulde Van Dorpe 2015-06-24 23:23:26 +00:00
parent d710b768eb
commit af4f2bd1e8
3 changed files with 4 additions and 2 deletions

View File

@ -376,6 +376,8 @@ var wpLink;
editor.execCommand( 'mceInsertLink', false, attrs ); editor.execCommand( 'mceInsertLink', false, attrs );
} }
} }
editor.nodeChanged();
}, },
updateFields: function( e, li ) { updateFields: function( e, li ) {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.