TinyMCE in iOS:

- Fix placing the caret at the bottom of longer posts when the keyboard is open.
- Disable resizing on switching editors and on show/hide the kitchen sink row.
See #28242
Built from https://develop.svn.wordpress.org/trunk@28626


git-svn-id: http://core.svn.wordpress.org/trunk@28446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-05-30 02:38:16 +00:00
parent 1e8b5ef008
commit 15a1f80885
7 changed files with 39 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.0-alpha-20140529';
$wp_version = '4.0-alpha-20140530';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.