Make WordPress Core


Ignore:
Timestamp:
11/02/2010 08:29:07 AM (14 years ago)
Author:
westi
Message:

Rename new classes to match our coding standards. Fixes #15280.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment.php

    r16068 r16149  
    17421742    global $wp_version;
    17431743    include_once(ABSPATH . WPINC . '/class-IXR.php');
    1744     include_once(ABSPATH . WPINC . '/class.wp-http-ixr-client.php');
     1744    include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php');
    17451745   
    17461746    // original code by Mort (http://mort.mine.nu:8080)
     
    18721872    global $wp_version;
    18731873    include_once(ABSPATH . WPINC . '/class-IXR.php');
    1874     include_once(ABSPATH . WPINC . '/class.wp-http-ixr-client.php');
     1874    include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php');
    18751875
    18761876    // using a timeout of 3 seconds should be enough to cover slow servers
Note: See TracChangeset for help on using the changeset viewer.