TinyMCE, inline link:

- Add audible confirmation when a link has been selected or inserted in the editor for both the inline dialog and the modal.
- Do not auto-search when the URL field is empty or already contains an URL.
- Remove a few redundant `tabindex`.

Props afercia, azaozz.
See #33301.
Built from https://develop.svn.wordpress.org/trunk@36984


git-svn-id: http://core.svn.wordpress.org/trunk@36951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2016-03-14 00:53:26 +00:00
parent 8fda4ca0b2
commit cd38787ee7
7 changed files with 88 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta3-36983';
$wp_version = '4.5-beta3-36984';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.