[wp-cvs] wordpress wp-blog-header.php,1.68,1.69
Matthew Mullenweg
saxmatt at users.sourceforge.net
Thu Jun 10 05:01:47 CDT 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10103
Modified Files:
wp-blog-header.php
Log 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.
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** wp-blog-header.php 10 Jun 2004 08:42:24 -0000 1.68
--- wp-blog-header.php 10 Jun 2004 10:01:44 -0000 1.69
***************
*** 179,186 ****
if ($pagenow != 'post.php' && $pagenow != 'edit.php') {
! if ($use_gzipcompression) {
! // gzipping the output of the script
gzip_compression();
- }
}
--- 179,184 ----
if ($pagenow != 'post.php' && $pagenow != 'edit.php') {
! if ( get_settings('gzipcompression') )
gzip_compression();
}
More information about the cvs
mailing list