Make WordPress Core

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's profile johnbillion Owned by: azaozz's profile 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)

19496.patch (461 bytes) - added by azaozz 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @nacin
13 years ago

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?

@azaozz
13 years ago

#2 @nacin
12 years ago

  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 3.5

19496.patch from azaozz appears good.

#3 @azaozz
12 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In [22305]:

Hide the "You are using the multi-file uploader. Problems? Try the browser uploader instead." when Plupload falls back to "html4" runtime, fixes #19496

Note: See TracTickets for help on using tickets.