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

git-svn-id: http://svn.automattic.com/wordpress/trunk@10528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-02-08 18:37:47 +00:00
parent d3932e2388
commit 552b480eb2
6 changed files with 5 additions and 4 deletions

View File

@@ -1286,7 +1286,7 @@ function wp_tiny_mce( $teeny = false ) {
'plugins' => "$plugins"
);
$mce_css = apply_filters('mce_css', '');
$mce_css = trim(apply_filters('mce_css', ''), ' ,');
if ( ! empty($mce_css) )
$initArray['content_css'] = "$mce_css";