Changeset 3402 for trunk/wp-includes/cache.php
- Timestamp:
- 01/05/2006 04:50:58 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cache.php
r3400 r3402 218 218 $dir = $this->cache_dir; 219 219 $dir = rtrim($dir, DIRECTORY_SEPARATOR); 220 $top_dir = $dir; 220 221 $stack = array($dir); 221 222 … … 239 240 240 241 if (end($stack) == $dir) { 241 @ rmdir($dir); 242 if ( $dir != $top_dir) 243 @ rmdir($dir); 242 244 array_pop($stack); 243 245 }
Note: See TracChangeset
for help on using the changeset viewer.