[wp-cvs] wordpress wp-blog-header.php,1.71,1.72
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sat Jun 19 17:34:16 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10149
Modified Files:
wp-blog-header.php
Log Message:
Last-modified should not have a space in it.
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** wp-blog-header.php 19 Jun 2004 17:04:18 -0000 1.71
--- wp-blog-header.php 19 Jun 2004 17:34:13 -0000 1.72
***************
*** 93,97 ****
$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');
--- 93,97 ----
$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