Make WordPress Core


Ignore:
Timestamp:
12/16/2005 08:04:55 AM (20 years ago)
Author:
ryan
Message:

Compression tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r3317 r3320  
    768768
    769769function gzip_compression() {
    770     if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') ) return false;
    771770    if ( !get_settings('gzipcompression') ) return false;
    772771
Note: See TracChangeset for help on using the changeset viewer.