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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user