From 1f74b4d30c5aec70c1e8af6c92ae4e2ab507fd64 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Fri, 23 May 2003 13:49:48 +0000 Subject: [PATCH] Pingback fix. git-svn-id: http://svn.automattic.com/wordpress/trunk@57 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- blog.header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.header.php b/blog.header.php index 26a81829c9..18300a6c8d 100644 --- a/blog.header.php +++ b/blog.header.php @@ -35,10 +35,10 @@ $b2varstoreset = array('m','p','posts','w','c', 'cat','withcomments','s','search /* Connecting to the db */ dbconnect(); +@header ("X-Pingback: $pathserver/xmlrpc.php"); /* Sending HTTP headers // It is presumptious to think that WP is the only thing that might change on the page. $last_modified_header = mysql2date('D, d M Y H:i:s', get_lastpostdate()); -@header ("X-Pingback: $pathserver/xmlrpc.php"); if (!$is_winIE) { @header ("Last-Modified: $last_modified_header"); @header ('ETag: "'.md5($last_modified_header.$pagenow).'"');