Changeset 3295 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 12/12/2005 10:48:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r3288 r3295 1755 1755 $new_file = $uploads['path'] . "/$filename"; 1756 1756 if ( false === move_uploaded_file($file['tmp_name'], $new_file) ) 1757 die( 'The uploaded file could not be moved to $file.');1757 die(__('The uploaded file could not be moved to $file.')); 1758 1758 1759 1759 // Set correct file permissions
Note: See TracChangeset
for help on using the changeset viewer.