Opened 13 years ago
Closed 12 years ago
#19496 closed enhancement (fixed)
The HTML4 runtime in Plupload shouldn't be described as a multi-file uploader
Reported by: | johnbillion | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | minor | Version: | 3.3 |
Component: | Upload | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The HTML4 runtime displays the following message (wp-admin/includes/media.php line 2043):
"You are using the multi-file uploader. Problems? Try the browser uploader instead."
This message is the same for all non-Flash uploads. When using the HTML4 runtime, this is not accurate as it doesn't support multi-file uploads. A better description might be:
"You are using the enhanced uploader. Problems? Try the standard uploader instead."
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The HTML4 runtime is no different than the browser uploader, yes? If so, could we just hide the string when the only available runtime is HTML4?