Make WordPress Core


Ignore:
Timestamp:
06/10/2004 10:01:45 AM (22 years ago)
Author:
saxmatt
Message:

Gzip cleanup, debugged wacky options problem, some cleanup and reorg. We need to split up functions.php more logically, and kill some of the useless functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r1401 r1404  
    179179
    180180if ($pagenow != 'post.php' && $pagenow != 'edit.php') {
    181     if ($use_gzipcompression) {
    182         // gzipping the output of the script
     181    if ( get_settings('gzipcompression') )
    183182        gzip_compression();
    184     }
    185183}
    186184
Note: See TracChangeset for help on using the changeset viewer.