[wp-cvs] wordpress xmlrpc.php,1.61,1.62
Ryan Boren
rboren at users.sourceforge.net
Thu May 27 22:39:20 CDT 2004
- Previous message: [wp-cvs] wordpress/wp-includes version.php,1.15,1.15.4.1
- Next message: [wp-cvs] wordpress/wp-admin link-manager.php, 1.23,
1.23.4.1 options-reading.php, 1.8, 1.8.4.1 post.php, 1.59,
1.59.4.1 profile.php, 1.19, 1.19.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
! ?>
- Previous message: [wp-cvs] wordpress/wp-includes version.php,1.15,1.15.4.1
- Next message: [wp-cvs] wordpress/wp-admin link-manager.php, 1.23,
1.23.4.1 options-reading.php, 1.8, 1.8.4.1 post.php, 1.59,
1.59.4.1 profile.php, 1.19, 1.19.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list