Changeset 2546 for trunk/wp-includes/comment-functions.php
- Timestamp:
- 04/19/2005 03:11:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-functions.php
r2545 r2546 469 469 $client->debug = false; 470 470 471 if ( !$client->query('pingback.ping', array($pagelinkedfrom, $pagelinkedto) ) ) 471 if ( $client->query('pingback.ping', array($pagelinkedfrom, $pagelinkedto) ) ) 472 add_ping( $post_ID, $pagelinkedto ); 473 else 472 474 debug_fwrite($log, "Error.\n Fault code: ".$client->getErrorCode()." : ".$client->getErrorMessage()."\n"); 473 else474 add_ping( $post_ID, $pagelinkedto );475 475 } 476 476 }
Note: See TracChangeset
for help on using the changeset viewer.