Make WordPress Core


Ignore:
Timestamp:
11/10/2011 08:33:26 PM (13 years ago)
Author:
azaozz
Message:

Uploader: fix progress bar JS and update the style (light blue bars), see #18206

File:
1 edited

Legend:

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

    r19232 r19247  
    13211321    'file_data_name' => 'async-upload',
    13221322    'multiple_queues' => true,
    1323     'max_file_size' => round( (int) $max_upload_size / 1024 ) . 'kb',
     1323    'max_file_size' => $max_upload_size . 'b',
    13241324    'url' => $upload_action_url,
    13251325    'flash_swf_url' => includes_url('js/plupload/plupload.flash.swf'),
Note: See TracChangeset for help on using the changeset viewer.