[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
- Previous message: [wp-cvs] wordpress wp-login.php,1.22.4.8,1.22.4.9
- Next message: [wp-cvs]
wordpress/wp-admin link-manager.php, 1.42, 1.43 plugins.php,
1.19, 1.20 post.php, 1.113, 1.114 profile.php, 1.36, 1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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');
- Previous message: [wp-cvs] wordpress wp-login.php,1.22.4.8,1.22.4.9
- Next message: [wp-cvs]
wordpress/wp-admin link-manager.php, 1.42, 1.43 plugins.php,
1.19, 1.20 post.php, 1.113, 1.114 profile.php, 1.36, 1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list