[wp-cvs] wordpress xmlrpc.php,1.61,1.62

Ryan Boren rboren at users.sourceforge.net
Thu May 27 22:39:20 CDT 2004


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

Modified Files:
	xmlrpc.php 
Log Message:
Fix include.  Reported by atmasphere. http://wordpress.org/support/6/6393

Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/xmlrpc.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** xmlrpc.php	24 May 2004 08:22:18 -0000	1.61
--- xmlrpc.php	28 May 2004 03:39:17 -0000	1.62
***************
*** 8,12 ****
  include_once (ABSPATH . WPINC . '/class-xmlrpc.php');
  include_once (ABSPATH . WPINC . '/class-xmlrpcs.php');
! include_once (ABSPATH . WPINC . '/functions-posting.php');
  
  // Turn off all warnings and errors.
--- 8,12 ----
  include_once (ABSPATH . WPINC . '/class-xmlrpc.php');
  include_once (ABSPATH . WPINC . '/class-xmlrpcs.php');
! include_once (ABSPATH . WPINC . '/functions-post.php');
  
  // Turn off all warnings and errors.
***************
*** 1853,1855 ****
  $s = new xmlrpc_server($dispatch_map);
  
! ?>
\ No newline at end of file
--- 1853,1855 ----
  $s = new xmlrpc_server($dispatch_map);
  
! ?>




More information about the cvs mailing list