[wp-cvs] wordpress wp-blog-header.php,1.75,1.76

Matthew Mullenweg saxmatt at users.sourceforge.net
Tue Jul 6 18:20:14 UTC 2004


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31740

Modified Files:
	wp-blog-header.php 
Log Message:
http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000133
Stop execution after we 304 the client.

Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** wp-blog-header.php	6 Jul 2004 17:58:48 -0000	1.75
--- wp-blog-header.php	6 Jul 2004 18:20:11 -0000	1.76
***************
*** 109,112 ****
--- 109,113 ----
  		        header('HTTP/1.x 304 Not Modified');
  		    }
+ 			exit;
  		}
  	}




More information about the cvs mailing list