Make WordPress Core


Ignore:
Timestamp:
02/27/2008 07:36:02 PM (18 years ago)
Author:
ryan
Message:

remove debug cruft and set swfupload max file size to match php ini. Props andy. see #5911

File:
1 edited

Legend:

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

    r7062 r7067  
    617617                "type" : "media"
    618618            },
     619            file_size_limit : "<?php echo wp_max_upload_size(); ?>b",
    619620            swfupload_element_id : "flash-upload-ui", // id of the element displayed when swfupload is available
    620621            degraded_element_id : "html-upload-ui",   // when swfupload is unavailable
Note: See TracChangeset for help on using the changeset viewer.