Changeset 1133 for trunk/wp-admin/includes/file.php
- Timestamp:
- 10/26/07 15:16:08 (1 year ago)
- Files:
-
- trunk/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/file.php
r1069 r1133 88 88 } 89 89 } 90 91 $file = apply_filters( 'wp_handle_upload_prefilter', $file ); 90 92 91 93 // You may define your own function and pass the name in $overrides['upload_error_handler']
