Make WordPress Core


Ignore:
Timestamp:
09/26/2009 08:33:16 AM (17 years ago)
Author:
azaozz
Message:

TinyMCE 3.2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r11971 r11974  
    13711371        'tabfocus_elements' => 'major-publishing-actions',
    13721372        'media_strict' => false,
    1373         'save_callback' => 'switchEditors.saveCallback',
     1373        'paste_remove_styles' => true,
     1374        'paste_remove_spans' => true,
     1375        'paste_strip_class_attributes' => 'all',
    13741376        'wpeditimage_disable_captions' => $no_captions,
    13751377        'plugins' => "$plugins"
Note: See TracChangeset for help on using the changeset viewer.