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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-04-24 15:26:00 +00:00
parent 1c8fad6d46
commit fc0c1a2e1b
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' );