Changeset 35885 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 12/12/2015 03:36:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r35848 r35885 225 225 * @return array On success, returns an associative array of file attributes. On failure, returns 226 226 * $overrides['upload_error_handler'](&$file, $message ) or array( 'error'=>$message ). 227 */227 */ 228 228 function _wp_handle_upload( &$file, $overrides, $time, $action ) { 229 229 // The default error handler.
Note: See TracChangeset
for help on using the changeset viewer.