Changeset 20070
- Timestamp:
- 03/02/2012 11:00:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r20019 r20070 629 629 630 630 if ( ! $wp_filesystem->put_contents( $to . $info['name'], $contents, FS_CHMOD_FILE) ) 631 return new WP_Error('copy_failed', __('Could not copy file.'), $to . $info[' filename']);631 return new WP_Error('copy_failed', __('Could not copy file.'), $to . $info['name']); 632 632 } 633 633
Note: See TracChangeset
for help on using the changeset viewer.