mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-07 09:30:26 +00:00
TinyMCE: update to 4.1.4-20140822. Changes:
- Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink. https://github.com/tinymce/tinymce/commit/9a2d01cc141f71de33c689e19baf026d20cc67be - Fixed nodeChanged selection issue where the image selection wouldn't be removed if you clicked right after/before it. https://github.com/tinymce/tinymce/commit/dd729c67e066d346f5a4140fa3b4b94f51a235e8 - Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly. https://github.com/tinymce/tinymce/commit/caadfb05dd8b9b8dc7b76525188891d5ab47c5ee See #29310 git-svn-id: https://develop.svn.wordpress.org/trunk@29576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -18,7 +18,7 @@ $wp_db_version = 29188;
|
||||
*
|
||||
* @global string $tinymce_version
|
||||
*/
|
||||
$tinymce_version = '4104-20140821';
|
||||
$tinymce_version = '4104-20140822';
|
||||
|
||||
/**
|
||||
* Holds the required PHP version
|
||||
|
||||
Reference in New Issue
Block a user