TinyMCE: fix adding the <!-- more --> tag when the editor is inline.

Props iseulde.
Fixes #41230.
Built from https://develop.svn.wordpress.org/trunk@40996


git-svn-id: http://core.svn.wordpress.org/trunk@40846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2017-07-03 21:41:41 +00:00
parent dcc372e098
commit 8c47285f4e
4 changed files with 6 additions and 5 deletions

View File

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