Show
Ignore:
Timestamp:
10/26/07 15:16:08 (1 year ago)
Author:
donncha
Message:

Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads before they go in blog's directory, fixes #478

Files:

Legend:

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

    r1069 r1133  
    8888                } 
    8989        } 
     90 
     91        $file = apply_filters( 'wp_handle_upload_prefilter', $file ); 
    9092 
    9193        // You may define your own function and pass the name in $overrides['upload_error_handler']