[wp-cvs] wordpress wp-blog-header.php,1.127,1.128
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Feb 14 05:50:49 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2243
Modified Files:
wp-blog-header.php
Log Message:
Don't exit too early - http://mosquito.wordpress.org/view.php?id=870
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** wp-blog-header.php 14 Feb 2005 04:36:56 -0000 1.127
--- wp-blog-header.php 14 Feb 2005 05:50:46 -0000 1.128
***************
*** 187,190 ****
--- 187,195 ----
}
+ if ($pagenow != 'post.php' && $pagenow != 'edit.php') {
+ if ( get_settings('gzipcompression') )
+ gzip_compression();
+ }
+
// Template redirection
if ( defined('WP_USE_THEMES') && constant('WP_USE_THEMES') ) {
***************
*** 241,249 ****
}
- if ($pagenow != 'post.php' && $pagenow != 'edit.php') {
- if ( get_settings('gzipcompression') )
- gzip_compression();
- }
-
endif;
?>
\ No newline at end of file
--- 246,249 ----
More information about the cvs
mailing list