Changeset 7999 for trunk/wp-includes/js/tinymce/tiny_mce_config.php
- Timestamp:
- 05/27/2008 05:55:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r7971 r7999 207 207 208 208 // Cache path, this is where the .gz files will be stored 209 $cache_path = ABSPATH . 'wp-content/uploads/js_cache';209 $cache_path = WP_CONTENT_DIR . '/uploads/js_cache'; 210 210 if ( $disk_cache && ! is_dir($cache_path) ) 211 211 $disk_cache = wp_mkdir_p($cache_path);
Note: See TracChangeset
for help on using the changeset viewer.