Make WordPress Core


Ignore:
Timestamp:
09/03/2011 02:18:10 PM (13 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-admin/). See #18560.

File:
1 edited

Legend:

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

    r17771 r18632  
    339339
    340340        $pwd = @ftp_pwd($this->link);
    341         if ( ! @ftp_chdir($this->link, $path) ) // Cant change to folder = folder doesnt exist
     341        if ( ! @ftp_chdir($this->link, $path) ) // Cant change to folder = folder doesn't exist
    342342            return false;
    343343        $list = @ftp_rawlist($this->link, '-a', false);
Note: See TracChangeset for help on using the changeset viewer.