mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
TinyMCE wpView:
- When a view is selected, pressing the up or down arrow key should move the caret to the block above or below the view. - Selecting some text that touches the view and deleting it should not remove part of the view. - Show/hide the "fake" carets on editor focus/blur. - Don't create new paragraphs before or after a view on pressing the arrow keys or delete key. Paragraphs are created on pressing Enter. Props avryl, see #28595. git-svn-id: https://develop.svn.wordpress.org/trunk@29010 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -18,7 +18,7 @@ $wp_db_version = 27916;
|
||||
*
|
||||
* @global string $tinymce_version
|
||||
*/
|
||||
$tinymce_version = '4028-20140630';
|
||||
$tinymce_version = '4028-20140706';
|
||||
|
||||
/**
|
||||
* Holds the required PHP version
|
||||
|
||||
Reference in New Issue
Block a user