Changeset 7025 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 02/25/2008 07:03:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r6973 r7025 72 72 $ext_plugins = "\n"; 73 73 foreach ( $mce_external_plugins as $name => $url ) { 74 $plugins[] = $name;74 $plugins[] = '-' . $name; 75 75 if ( $https ) str_replace('http://', 'https://', $url); 76 76 … … 124 124 'plugins' => "$plugins", 125 125 // pass-through the settings for compression and caching, so they can be changed with "tiny_mce_before_init" 126 'disk_cache' => true,126 'disk_cache' => false, 127 127 'compress' => true, 128 128 'old_cache_max' => '1' // number of cache files to keep … … 265 265 $cacheKey = trim( implode( "\n", $keys_ar ) ); 266 266 } 267 267 268 268 putFileContents( $keys_file, $cacheKey ); 269 269 } 270 270 271 271 putFileContents( $cache_file, $content ); 272 272 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)