[wp-cvs] wordpress xmlrpc.php,1.30,1.31

Ryan Boren rboren at users.sourceforge.net
Wed Dec 8 02:35:55 UTC 2004


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

Modified Files:
	xmlrpc.php 
Log Message:
s/logio/logIO/.  Remove logio calls from the one function in functions-post.php that uses it.  functions-post.php is not used by xmlrpc.php exclusively.

Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/xmlrpc.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** xmlrpc.php	26 Oct 2004 16:41:08 -0000	1.30
--- xmlrpc.php	8 Dec 2004 02:35:52 -0000	1.31
***************
*** 520,524 ****
  
  	  $catnames = $content_struct['categories'];
! 	  logio('O', 'Post cats: ' . printr($catnames,true));
  	  $post_category = array();
  
--- 520,524 ----
  
  	  $catnames = $content_struct['categories'];
! 	  logIO('O', 'Post cats: ' . printr($catnames,true));
  	  $post_category = array();
  




More information about the cvs mailing list