Make WordPress Core


Ignore:
Timestamp:
03/28/2008 03:49:35 AM (18 years ago)
Author:
ryan
Message:

TinyMCE RTL and paste as plain text fixes from azaozz. fixes #6429

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/tiny_mce_config.php

    r7513 r7556  
    153153    'apply_source_formatting' => false,
    154154    'remove_linebreaks' => true,
    155     'paste_auto_cleanup_on_paste' => true,
    156155    'paste_convert_middot_lists' => true,
    157156    'paste_remove_spans' => true,
    158157    'paste_remove_styles' => true,
    159     'paste_strip_class_attributes' => 'all',
    160158    'gecko_spellcheck' => true,
    161159    'entities' => '38,amp,60,lt,62,gt',
     
    223221if ( $disk_cache ) {
    224222
    225     $cacheKey = apply_filters('tiny_mce_version', '20080325');
     223    $cacheKey = apply_filters('tiny_mce_version', '20080327');
    226224
    227225    foreach ( $initArray as $v )
Note: See TracChangeset for help on using the changeset viewer.