Ticket #11618: 11618-fourth.diff
| File 11618-fourth.diff, 433 bytes (added by nacin, 3 years ago) |
|---|
-
wp-admin/includes/class-ftp.php
495 495 $this->_features=array(); 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; 501 501 }
