Changeset 12733 for trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r12723 r12733 112 112 return explode("\n", $this->get_contents($file)); 113 113 } 114 114 115 115 function put_contents($file, $contents, $mode = false ) { 116 116 $temp = tmpfile();
Note: See TracChangeset
for help on using the changeset viewer.