Make WordPress Core


Ignore:
Timestamp:
11/27/2008 09:19:12 PM (16 years ago)
Author:
ryan
Message:

Fix upload error codes. Props sekundek. fixes #8310

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r9912 r9930  
    237237        __( "The uploaded file was only partially uploaded." ),
    238238        __( "No file was uploaded." ),
     239        '',
    239240        __( "Missing a temporary folder." ),
    240241        __( "Failed to write file to disk." ));
Note: See TracChangeset for help on using the changeset viewer.