Add TinyMCE version number. props SergeyBiryukov, fixes #16674 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
59f5dff476
commit
9d5f123778
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -36,7 +36,7 @@ $wp_db_version = 17516;
|
|||
*
|
||||
* @global string $tinymce_version
|
||||
*/
|
||||
$tinymce_version = '3393';
|
||||
$tinymce_version = '3393a';
|
||||
|
||||
/**
|
||||
* Holds the cache manifest version
|
||||
|
|
Loading…
Reference in New Issue