Changeset 7159
- Timestamp:
- 03/05/2008 05:53:56 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r7147 r7159 156 156 $cache_path = ABSPATH . 'wp-content/uploads/js_cache'; 157 157 if ( $disk_cache && ! is_dir($cache_path) ) 158 $disk_cache = mkdir($cache_path);158 $disk_cache = wp_mkdir_p($cache_path); 159 159 160 160 $cache_ext = '.js';
Note: See TracChangeset
for help on using the changeset viewer.