Ticket #14902: 14902.patch
| File 14902.patch, 709 bytes (added by , 11 years ago) |
|---|
-
wp-includes/comment.php
2545 2545 // when set to true, this outputs debug messages by itself 2546 2546 $client->debug = false; 2547 2547 $home = trailingslashit( home_url() ); 2548 if ( !$client->query('weblogUpdates.extendedPing', get_option('blogname'), $home, get_ bloginfo('rss2_url') ) ) // then try a normal ping2548 if ( !$client->query('weblogUpdates.extendedPing', get_option('blogname'), $home, get_permalink(), get_bloginfo('rss2_url') ) ) // then try a normal ping 2549 2549 $client->query('weblogUpdates.ping', get_option('blogname'), $home); 2550 2550 } 2551 2551