Make WordPress Core

Changeset 83 for trunk/blog.header.php


Ignore:
Timestamp:
05/24/2003 09:50:22 PM (22 years ago)
Author:
mikelittle
Message:

Removed $pathserver. Now use $siteurl everywhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blog.header.php

    r57 r83  
    3636dbconnect();
    3737
    38 @header ("X-Pingback: $pathserver/xmlrpc.php");
     38@header ("X-Pingback: $siteurl/xmlrpc.php");
    3939/* Sending HTTP headers
    4040// It is presumptious to think that WP is the only thing that might change on the page.
Note: See TracChangeset for help on using the changeset viewer.