Changeset 4266
- Timestamp:
- 10/02/2006 06:27:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r4258 r4266 1897 1897 $new_file = $uploads['path'] . "/$filename"; 1898 1898 if ( false === @ move_uploaded_file($file['tmp_name'], $new_file) ) 1899 wp_die(printf(__('The uploaded file could not be moved to %s.'), $ file['path']));1899 wp_die(printf(__('The uploaded file could not be moved to %s.'), $uploads['path'])); 1900 1900 1901 1901 // Set correct file permissions
Note: See TracChangeset
for help on using the changeset viewer.