Changeset 7556 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 03/28/2008 03:49:35 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r7513 r7556 153 153 'apply_source_formatting' => false, 154 154 'remove_linebreaks' => true, 155 'paste_auto_cleanup_on_paste' => true,156 155 'paste_convert_middot_lists' => true, 157 156 'paste_remove_spans' => true, 158 157 'paste_remove_styles' => true, 159 'paste_strip_class_attributes' => 'all',160 158 'gecko_spellcheck' => true, 161 159 'entities' => '38,amp,60,lt,62,gt', … … 223 221 if ( $disk_cache ) { 224 222 225 $cacheKey = apply_filters('tiny_mce_version', '2008032 5');223 $cacheKey = apply_filters('tiny_mce_version', '20080327'); 226 224 227 225 foreach ( $initArray as $v )
Note: See TracChangeset
for help on using the changeset viewer.