Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #21679


Ignore:
Timestamp:
08/24/2012 07:01:55 AM (13 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21679

    • Property Keywords dev-feedback added
    • Property Version changed from 3.4.1 to 2.5
  • Ticket #21679 – Description

    initial v2  
    1919This would be relatively easy to fix using this patch:
    2020
    21 
     21{{{
    2222--- media.php   2012-08-23 23:57:02.000000000 -0400
    2323+++ media-patch.php     2012-06-06 12:00:08.000000000 -0400
     
    3232        if ( isset($file['error']) )
    3333                return new WP_Error( 'upload_error', $file['error'] );
     34}}}