[wp-cvs] wordpress xmlrpc.php,1.71,1.72
Michel Valdrighi
michelvaldrighi at users.sourceforge.net
Wed Aug 25 16:17:29 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3610
Modified Files:
xmlrpc.php
Log Message:
fixed trackback on mw.editPost and mw.newPost (there was a typo wrt to variable naming convention
Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/xmlrpc.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** xmlrpc.php 25 Aug 2004 16:11:58 -0000 1.71
--- xmlrpc.php 25 Aug 2004 16:17:26 -0000 1.72
***************
*** 988,992 ****
pingback($content, $post_ID);
! trackback_url_list($content_struct['mt_tb_ping_urls'],$post_ID);
logIO("O","(MW) Posted ! ID: $post_ID");
--- 988,992 ----
pingback($content, $post_ID);
! trackback_url_list($contentstruct['mt_tb_ping_urls'],$post_ID);
logIO("O","(MW) Posted ! ID: $post_ID");
***************
*** 1092,1096 ****
pingback($content, $post_ID);
! trackback_url_list($content_struct['mt_tb_ping_urls'],$post_ID);
logIO("O","(MW) Edited ! ID: $post_ID");
--- 1092,1096 ----
pingback($content, $post_ID);
! trackback_url_list($contentstruct['mt_tb_ping_urls'],$post_ID);
logIO("O","(MW) Edited ! ID: $post_ID");
More information about the cvs
mailing list