TinyMCE 3.2.3 final, includes new Paste plugin with auto-cleanup (better paste from MS Word)

git-svn-id: https://develop.svn.wordpress.org/trunk@11078 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-04-24 15:26:00 +00:00
parent 4be3953c7a
commit 659a3fb191
23 changed files with 140 additions and 172 deletions

View File

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