Changeset 17771 for trunk/wp-includes/class-wp-http-ixr-client.php
- Timestamp:
- 04/29/2011 08:05:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-http-ixr-client.php
r16871 r17771 8 8 */ 9 9 class WP_HTTP_IXR_Client extends IXR_Client { 10 function WP_HTTP_IXR_Client($server, $path = false, $port = 80, $timeout = 15) { 10 11 function __construct($server, $path = false, $port = 80, $timeout = 15) { 11 12 if ( ! $path ) { 12 13 // Assume we have been given a URL instead
Note: See TracChangeset
for help on using the changeset viewer.