Changeset 2572
- Timestamp:
- 04/22/2005 09:17:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2568 r2572 651 651 $client->debug = false; 652 652 $home = trailingslashit( get_option('home') ); 653 $client->query('weblogUpdates.ping', get_settings('blogname'), $home); 653 if ( !$client->query('weblogUpdates.extendedPing', get_settings('blogname'), $home, get_bloginfo('rss2_url') ) ) // then try a normal ping 654 $client->query('weblogUpdates.ping', get_settings('blogname'), $home); 654 655 } 655 656
Note: See TracChangeset
for help on using the changeset viewer.