Changeset 3078 for trunk/wp-includes/comment-functions.php
- Timestamp:
- 11/14/2005 10:08:12 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-functions.php
r3065 r3078 627 627 $client->debug = false; 628 628 629 if ( $client->query('pingback.ping', array($pagelinkedfrom, $pagelinkedto)) )629 if ( $client->query('pingback.ping', $pagelinkedfrom, $pagelinkedto ) ) 630 630 add_ping( $post_ID, $pagelinkedto ); 631 631 else
Note: See TracChangeset
for help on using the changeset viewer.