Make WordPress Core


Ignore:
Timestamp:
11/14/2008 11:01:16 PM (16 years ago)
Author:
ryan
Message:

Notice fixes from DD32. see #7509

File:
1 edited

Legend:

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

    r9664 r9699  
    224224    // You may define your own function and pass the name in $overrides['upload_error_handler']
    225225    $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;
    226229
    227230    // $_POST['action'] must be set and its value must equal $overrides['action'] or this:
Note: See TracChangeset for help on using the changeset viewer.