Changeset 8127 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 06/19/2008 04:55:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r8083 r8127 227 227 if ( $disk_cache ) { 228 228 229 $cacheKey = apply_filters('tiny_mce_version', '2008061 3');229 $cacheKey = apply_filters('tiny_mce_version', '20080618'); 230 230 231 231 foreach ( $initArray as $v ) … … 274 274 $mce_options = rtrim( trim($mce_options), '\n\r,' ); 275 275 276 $content = 'var tinyMCEPreInit = { settings : { themes : "' . $theme . '", plugins : "' . $initArray['plugins'] . '", languages : "' . $language . '", debug : false }, base : "' . $baseurl . '", suffix : "", query : "ver=3 091" };';276 $content = 'var tinyMCEPreInit = { settings : { themes : "' . $theme . '", plugins : "' . $initArray['plugins'] . '", languages : "' . $language . '", debug : false }, base : "' . $baseurl . '", suffix : "", query : "ver=3101" };'; 277 277 278 278 // Load patch
Note: See TracChangeset
for help on using the changeset viewer.