Make WordPress Core


Ignore:
Timestamp:
11/15/2008 06:10:35 PM (16 years ago)
Author:
ryan
Message:

Unused var fixes. Props DD32. see #8220

File:
1 edited

Legend:

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

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