Add TinyMCE version number. props SergeyBiryukov, fixes #16674 for the 3.1 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.1@17520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9168d77a75
commit
0f785851c8
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