Changeset 7550

Show
Ignore:
Timestamp:
03/27/08 17:37:37 (3 months ago)
Author:
westi
Message:

Allow a plugin to force enable/disable the flash uploader. See #6406 props DD32.

Files:

Legend:

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

    r7535 r7550  
    770770        $flash = false; 
    771771 
     772    $flash = apply_filters('flash_uploader', $flash); 
    772773    $post_id = intval($_REQUEST['post_id']); 
    773774