Changeset 18615 for branches/3.2/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 08/28/2011 03:54:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/wp-admin/includes/class-wp-upgrader.php
r18227 r18615 1455 1455 } 1456 1456 } 1457 1458 function cleanup() { 1459 if ( file_exists($this->package) ) 1460 return @unlink($this->package); 1461 return true; 1462 } 1457 1463 }
Note: See TracChangeset
for help on using the changeset viewer.