Changeset 9716 for trunk/wp-admin/includes/file.php
- Timestamp:
- 11/15/2008 06:10:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r9699 r9716 330 330 // You may define your own function and pass the name in $overrides['upload_error_handler'] 331 331 $upload_error_handler = 'wp_handle_upload_error'; 332 333 // You may define your own function and pass the name in $overrides['unique_filename_callback'] 334 $unique_filename_callback = null; 332 335 333 336 // $_POST['action'] must be set and its value must equal $overrides['action'] or this:
Note: See TracChangeset
for help on using the changeset viewer.