[wp-cvs] wordpress/wp-includes template-functions-general.php, 1.48, 1.49

Michel Valdrighi michelvaldrighi at users.sourceforge.net
Fri Sep 17 09:27:07 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12153/wp-includes

Modified Files:
	template-functions-general.php 
Log Message:
now that we have a new pingback server in wp-admin/xmlrpc.php, let's advertise it

Index: template-functions-general.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-general.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** template-functions-general.php	12 Sep 2004 20:30:49 -0000	1.48
--- template-functions-general.php	17 Sep 2004 09:27:04 -0000	1.49
***************
*** 76,80 ****
              break;
          case 'pingback_url':
!             $output = get_settings('siteurl') .'/xmlrpc.php';
              break;
  		case 'stylesheet_url':
--- 76,80 ----
              break;
          case 'pingback_url':
!             $output = get_settings('siteurl') .'/wp-admin/xmlrpc.php';
              break;
  		case 'stylesheet_url':




More information about the cvs mailing list