Changeset 7067
- Timestamp:
- 02/27/2008 07:36:02 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-admin/includes/media.php (modified) (1 diff)
-
wp-includes/js/swfupload/handlers.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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 ) {
Note: See TracChangeset
for help on using the changeset viewer.