TinyMCE 3.2.2.3, has several bugfixes

git-svn-id: https://develop.svn.wordpress.org/trunk@10845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-03-27 12:57:25 +00:00
parent cee4e8641c
commit 38fb326258
24 changed files with 65 additions and 75 deletions

View File

@@ -88,7 +88,7 @@ function wp_default_scripts( &$scripts ) {
// Modify this version when tinyMCE plugins are changed.
function mce_version() {
return '20090319';
return '20090326';
}
add_filter( 'tiny_mce_version', 'mce_version' );