Changeset 9699 for trunk/wp-admin/includes/file.php
- Timestamp:
- 11/14/2008 11:01:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r9664 r9699 224 224 // You may define your own function and pass the name in $overrides['upload_error_handler'] 225 225 $upload_error_handler = 'wp_handle_upload_error'; 226 227 // You may define your own function and pass the name in $overrides['unique_filename_callback'] 228 $unique_filename_callback = null; 226 229 227 230 // $_POST['action'] must be set and its value must equal $overrides['action'] or this:
Note: See TracChangeset
for help on using the changeset viewer.