Log in with username/password: lyceum/lyceum

Changeset 1269

Show
Ignore:
Timestamp:
11/24/07 01:45:38 (11 months ago)
Author:
jjb
Message:

Correct name for system when pinging.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/src/lyceum/wp-includes/functions.php

    r1180 r1269  
    940940   $client = new IXR_Client($server, ((!strlen(trim($path)) || ('/' == $path)) ? false : $path)); 
    941941   $client->timeout = 3; 
    942    $client->useragent .= ' -- WordPress/'.$wp_version; 
     942   $client->useragent .= ' -- Lyceum/'.$wp_version; 
    943943 
    944944   // when set to true, this outputs debug messages by itself 
Log in with username/password: lyceum/lyceum