Make WordPress Core


Ignore:
Timestamp:
12/26/2009 04:53:17 PM (15 years ago)
Author:
westi
Message:

Swap out ;; for ;. Fixes #11618 props demetris and nacin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-ftp.php

    r12387 r12548  
    496496        foreach($f as $k=>$v) {
    497497            $v=explode(" ", trim($v));
    498             $this->_features[array_shift($v)]=$v;;
     498            $this->_features[array_shift($v)]=$v;
    499499        }
    500500        return true;
Note: See TracChangeset for help on using the changeset viewer.