Changeset 7678 for branches/2.5/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 04/14/2008 10:18:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/js/tinymce/tiny_mce_config.php
r7675 r7678 13 13 14 14 function getFileContents($path) { 15 $path = realpath($path); 15 16 if ( function_exists('realpath') ) 17 $path = realpath($path); 16 18 17 19 if ( ! $path || ! @is_file($path) ) … … 151 153 'relative_urls' => false, 152 154 'remove_script_host' => false, 155 'convert_urls' => false, 153 156 'apply_source_formatting' => false, 154 157 'remove_linebreaks' => true, … … 221 224 if ( $disk_cache ) { 222 225 223 $cacheKey = apply_filters('tiny_mce_version', '20080 327');226 $cacheKey = apply_filters('tiny_mce_version', '20080414'); 224 227 225 228 foreach ( $initArray as $v )
Note: See TracChangeset
for help on using the changeset viewer.