TinyMCE 3.2.2.3_1087 fixes WebKit bug in Sizzle.js among others

git-svn-id: http://svn.automattic.com/wordpress/trunk@10994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-04-17 22:43:57 +00:00
parent e6cfd0dd6b
commit 86645292ff
21 changed files with 46 additions and 46 deletions

View File

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