Changeset 12548 for trunk/wp-admin/includes/class-ftp.php
- Timestamp:
- 12/26/2009 04:53:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-ftp.php
r12387 r12548 496 496 foreach($f as $k=>$v) { 497 497 $v=explode(" ", trim($v)); 498 $this->_features[array_shift($v)]=$v; ;498 $this->_features[array_shift($v)]=$v; 499 499 } 500 500 return true;
Note: See TracChangeset
for help on using the changeset viewer.