Changes between Initial Version and Version 2 of Ticket #21679
- Timestamp:
- 08/24/2012 07:01:55 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21679
- Property Keywords dev-feedback added
-
Property
Version
changed from
3.4.1
to2.5
-
Ticket #21679 – Description
initial v2 19 19 This would be relatively easy to fix using this patch: 20 20 21 21 {{{ 22 22 --- media.php 2012-08-23 23:57:02.000000000 -0400 23 23 +++ media-patch.php 2012-06-06 12:00:08.000000000 -0400 … … 32 32 if ( isset($file['error']) ) 33 33 return new WP_Error( 'upload_error', $file['error'] ); 34 }}}