Changeset 7067
- Timestamp:
- 02/27/08 19:36:02 (6 months ago)
- Files:
-
- trunk/wp-admin/includes/media.php (modified) (1 diff)
- trunk/wp-includes/js/swfupload/handlers.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/media.php
r7062 r7067 617 617 "type" : "media" 618 618 }, 619 file_size_limit : "<?php echo wp_max_upload_size(); ?>b", 619 620 swfupload_element_id : "flash-upload-ui", // id of the element displayed when swfupload is available 620 621 degraded_element_id : "html-upload-ui", // when swfupload is unavailable trunk/wp-includes/js/swfupload/handlers.js
r7043 r7067 141 141 142 142 function uploadError(fileObj, error_code, message) { 143 alert(message);return;144 143 // first the file specific error 145 144 if ( error_code == SWFUpload.UPLOAD_ERROR.MISSING_UPLOAD_URL ) {
