Changeset 1269
- Timestamp:
- 11/24/07 01:45:38 (11 months ago)
- Files:
-
- branches/1.0/src/lyceum/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/src/lyceum/wp-includes/functions.php
r1180 r1269 940 940 $client = new IXR_Client($server, ((!strlen(trim($path)) || ('/' == $path)) ? false : $path)); 941 941 $client->timeout = 3; 942 $client->useragent .= ' -- WordPress/'.$wp_version;942 $client->useragent .= ' -- Lyceum/'.$wp_version; 943 943 944 944 // when set to true, this outputs debug messages by itself
