Make WordPress Core


Ignore:
Timestamp:
11/14/2005 10:08:12 AM (20 years ago)
Author:
matt
Message:

Follow standards in Pingback - fixes #1668

File:
1 edited

Legend:

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

    r3065 r3078  
    627627            $client->debug = false;
    628628           
    629             if ( $client->query('pingback.ping', array($pagelinkedfrom, $pagelinkedto) ) )
     629            if ( $client->query('pingback.ping', $pagelinkedfrom, $pagelinkedto ) )
    630630                add_ping( $post_ID, $pagelinkedto );
    631631            else
Note: See TracChangeset for help on using the changeset viewer.