Autosave post/page when pressing Control/Command+S in TinyMCE, props srobbin, fixes #9060

git-svn-id: https://develop.svn.wordpress.org/trunk@10528 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-02-08 18:37:47 +00:00
parent 2ffb3663e4
commit 8f2083b8da
6 changed files with 5 additions and 4 deletions

View File

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