Make WordPress Core

Changeset 57


Ignore:
Timestamp:
05/23/2003 01:49:48 PM (21 years ago)
Author:
saxmatt
Message:

Pingback fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blog.header.php

    r52 r57  
    3636dbconnect();
    3737
     38@header ("X-Pingback: $pathserver/xmlrpc.php");
    3839/* Sending HTTP headers
    3940// It is presumptious to think that WP is the only thing that might change on the page.
    4041$last_modified_header = mysql2date('D, d M Y H:i:s', get_lastpostdate());
    41 @header ("X-Pingback: $pathserver/xmlrpc.php");
    4242if (!$is_winIE) {
    4343    @header ("Last-Modified: $last_modified_header");
Note: See TracChangeset for help on using the changeset viewer.