Make WordPress Core


Ignore:
Timestamp:
04/14/2008 11:09:14 PM (18 years ago)
Author:
ryan
Message:

Workaround response truncation by reducing size of response after uploading with flash uploader. Props tellyworth. fixes #6713

File:
1 edited

Legend:

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

    r7677 r7682  
    805805                "auth_cookie" : "<?php echo $_COOKIE[AUTH_COOKIE]; ?>",
    806806                "type" : "<?php echo $type; ?>",
    807                 "tab" : "<?php echo $tab; ?>"
     807                "tab" : "<?php echo $tab; ?>",
     808                "short" : "1"
    808809            },
    809810            file_size_limit : "<?php echo wp_max_upload_size(); ?>b",
Note: See TracChangeset for help on using the changeset viewer.