Changeset 9064 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 10/02/2008 04:30:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r8784 r9064 215 215 if ( $disk_cache ) { 216 216 217 $cacheKey = apply_filters('tiny_mce_version', '20080 830');217 $cacheKey = apply_filters('tiny_mce_version', '20080930'); 218 218 219 219 foreach ( $initArray as $v ) … … 261 261 262 262 // Pre-init settings 263 $content = 'var tinyMCEPreInit = { base : "'. $baseurl .'", suffix : "", query : "ver=3 11b", mceInit : {' . $mce_options . '}};' . "\n";263 $content = 'var tinyMCEPreInit = { base : "'. $baseurl .'", suffix : "", query : "ver=3201", mceInit : {' . $mce_options . '}};' . "\n"; 264 264 265 265 // Load patch
Note: See TracChangeset
for help on using the changeset viewer.