TinyMCE: add breaking out of blockquotes by pressing Enter twice. Togging blockquote on|off with the button and the shortcut is unchanged. Props avryl, fixes #23110.

Built from https://develop.svn.wordpress.org/trunk@31222


git-svn-id: http://core.svn.wordpress.org/trunk@31203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-01-16 23:36:22 +00:00
parent 5458a4da21
commit f609d9d89a
2 changed files with 2 additions and 1 deletions

View File

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