Changeset 8204 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 06/27/2008 04:13:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r8193 r8204 223 223 if ( $disk_cache ) { 224 224 225 $cacheKey = apply_filters('tiny_mce_version', '2008062 2');225 $cacheKey = apply_filters('tiny_mce_version', '20080626'); 226 226 227 227 foreach ( $initArray as $v ) … … 270 270 $mce_options = rtrim( trim($mce_options), '\n\r,' ); 271 271 272 $content = 'var tinyMCEPreInit = { settings : { themes : "' . $theme . '", plugins : "' . $initArray['plugins'] . '", languages : "' . $language . '", debug : false }, base : "' . $baseurl . '", suffix : "", query : "ver=31 01" };';272 $content = 'var tinyMCEPreInit = { settings : { themes : "' . $theme . '", plugins : "' . $initArray['plugins'] . '", languages : "' . $language . '", debug : false }, base : "' . $baseurl . '", suffix : "", query : "ver=311" };'; 273 273 274 274 // Load patch
Note: See TracChangeset
for help on using the changeset viewer.