Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16920, comment 15


Ignore:
Timestamp:
04/30/2011 06:06:32 AM (12 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16920, comment 15

    initial v1  
    22
    33{{{
    4 $zopen = $z->open($file, /* ZIPARCHIVE::CHECKCONS */ 4);
    5 
    6 =>
    7 
    8 $zopen = $z->open($file, ZIPARCHIVE::CHECKCONS);
     4#!text/x-diff
     5- $zopen = $z->open($file, /* ZIPARCHIVE::CHECKCONS */ 4);
     6+ $zopen = $z->open($file, ZIPARCHIVE::CHECKCONS);
    97}}}