Make WordPress Core


Ignore:
Timestamp:
09/22/2013 04:43:29 AM (12 years ago)
Author:
dd32
Message:

First pass at documenting the WP_Filesystem methods. This also introduces stubs of the methods into the base class which are documented, which subclasses can override, some methods were cleaned up at the same time.
See #18476 See #23122. Props kurtpayne, bananastalktome, and, DrewAPicture

File:
1 edited

Legend:

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

    r25349 r25560  
    180180            return (bool)@ftp_site($this->link, sprintf('CHMOD %o %s', $mode, $file));
    181181        return (bool)@ftp_chmod($this->link, $mode, $file);
    182     }
    183 
    184     function chown($file, $owner, $recursive = false ) {
    185         return false;
    186182    }
    187183
Note: See TracChangeset for help on using the changeset viewer.