TinyMCE 3.2.1.1, some unused images and gears-manifest cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@9977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-30 10:22:16 +00:00
parent 938e3f1e1f
commit c757eb6efe
32 changed files with 146 additions and 170 deletions

View File

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