Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #18525, comment 24


Ignore:
Timestamp:
07/20/2015 05:29:51 PM (9 years ago)
Author:
selnomeria
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18525, comment 24

    v3 v4  
    1111ini_set('zlib.output_compression', '1');
    1212}}}
    13 so, I replaced that code with {{{ob_start('ob_gzhandler');}}} and '''Compression''' will be still '''ON'''.
     13so, I replaced that code with
     14{{{
     15if (!is_admin()) ob_start('ob_gzhandler');     //because, in admin pages, it causes plugin installation freezing
     16}}}
     17
     18and '''Compression''' will be remained still '''ON'''.
    1419
    1520