[wp-cvs] wordpress wp-blog-header.php,1.63,1.63.4.1

Matthew Mullenweg saxmatt at users.sourceforge.net
Wed Dec 15 21:17:47 UTC 2004


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

Modified Files:
      Tag: WordPress-Ver-1_2-Branch
	wp-blog-header.php 
Log Message:
Last-modified typo.

Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.63
retrieving revision 1.63.4.1
diff -C2 -d -r1.63 -r1.63.4.1
*** wp-blog-header.php	21 May 2004 22:33:47 -0000	1.63
--- wp-blog-header.php	15 Dec 2004 21:17:44 -0000	1.63.4.1
***************
*** 85,89 ****
  	$wp_last_modified = mysql2date('D, d M Y H:i:s', get_lastpostmodified('GMT'), 0).' GMT';
  	$wp_etag = '"'.md5($wp_last_modified).'"';
! 	@header('Last Modified: '.$wp_last_modified);
  	@header('ETag: '.$wp_etag);
  	@header ('X-Pingback: ' . get_settings('siteurl') . '/xmlrpc.php');
--- 85,89 ----
  	$wp_last_modified = mysql2date('D, d M Y H:i:s', get_lastpostmodified('GMT'), 0).' GMT';
  	$wp_etag = '"'.md5($wp_last_modified).'"';
! 	@header('Last-Modified: '.$wp_last_modified);
  	@header('ETag: '.$wp_etag);
  	@header ('X-Pingback: ' . get_settings('siteurl') . '/xmlrpc.php');




More information about the cvs mailing list