Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29602, comment 37


Ignore:
Timestamp:
12/03/2014 12:47:44 AM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29602, comment 37

    initial v1  
    1 As far as I know iPhone 4 cannot be updated to iOS 8.x. Not sure how many are still in use but it would be good to keep the old uploader fix for them. The `$_SERVER['HTTP_USER_AGENT']` tests are quite specific, but even if they fail the worst case scenario would be no multi-file upload in iOS 8 or no video upload in iOS 7.
     1As far as I know iPhone 4 cannot be updated to iOS 8.x. Not sure how many are still in use but it would be good to keep the old uploader fix for them. The `$_SERVER['HTTP_USER_AGENT']` tests are quite specific, but even if they fail the worst case scenario would be no multi-file upload in iOS 8 or no video upload in iOS 7 (same as reverting the above commits).