Changeset 17771 for trunk/wp-admin/includes/class-wp-filesystem-direct.php
- Timestamp:
- 04/29/2011 08:05:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-direct.php
r17525 r17771 22 22 * @param mixed $arg ingored argument 23 23 */ 24 function WP_Filesystem_Direct($arg) {24 function __construct($arg) { 25 25 $this->method = 'direct'; 26 26 $this->errors = new WP_Error();
Note: See TracChangeset
for help on using the changeset viewer.