Changeset 3320 for trunk/wp-includes/functions.php
- Timestamp:
- 12/16/2005 08:04:55 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3317 r3320 768 768 769 769 function gzip_compression() { 770 if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') ) return false;771 770 if ( !get_settings('gzipcompression') ) return false; 772 771
Note: See TracChangeset
for help on using the changeset viewer.