TinyMCE 3.2.7

git-svn-id: https://develop.svn.wordpress.org/trunk@11974 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-09-26 08:33:16 +00:00
parent a8505d056f
commit c4571d4a60
30 changed files with 114 additions and 110 deletions
+3 -1
View File
@@ -1370,7 +1370,9 @@ function wp_tiny_mce( $teeny = false ) {
'accessibility_focus' => true,
'tabfocus_elements' => 'major-publishing-actions',
'media_strict' => false,
'save_callback' => 'switchEditors.saveCallback',
'paste_remove_styles' => true,
'paste_remove_spans' => true,
'paste_strip_class_attributes' => 'all',
'wpeditimage_disable_captions' => $no_captions,
'plugins' => "$plugins"
);