mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
now that we have a new pingback server in wp-admin/xmlrpc.php, let's advertise it
git-svn-id: https://develop.svn.wordpress.org/trunk@1677 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -75,7 +75,7 @@ function get_bloginfo($show='') {
|
||||
$output = get_feed_link('comments_rss2');
|
||||
break;
|
||||
case 'pingback_url':
|
||||
$output = get_settings('siteurl') .'/xmlrpc.php';
|
||||
$output = get_settings('siteurl') .'/wp-admin/xmlrpc.php';
|
||||
break;
|
||||
case 'stylesheet_url':
|
||||
$output = get_settings('stylesheet');;
|
||||
|
||||
Reference in New Issue
Block a user