Make WordPress Core


Ignore:
Timestamp:
04/29/2011 08:05:12 PM (13 years ago)
Author:
ryan
Message:

Constructor cleanup. Props ocean90. fixes #16768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-http-ixr-client.php

    r16871 r17771  
    88 */
    99class 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) {
    1112        if ( ! $path ) {
    1213            // Assume we have been given a URL instead
Note: See TracChangeset for help on using the changeset viewer.