Changeset 646 for trunk/wp-blog-header.php
- Timestamp:
- 12/23/2003 09:31:09 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-blog-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r643 r646 1 1 <?php 2 // We need to move this into options3 $use_cache = 1;4 $use_gzipcompression = 1;5 2 6 3 /* Including config and functions files */ … … 49 46 $timeformat = stripslashes(get_settings('time_format')); 50 47 $time_difference = get_settings('time_difference'); 48 $use_cache = 1; // No reason not to 49 $use_gzipcompression = get_settings('gzipcompression'); 51 50 52 51 /* First let's clear some variables */
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)