[wp-cvs] wordpress xmlrpc.php,NONE,1.28.2.1
Mike Little
mikelittle at users.sourceforge.net
Tue Oct 12 21:15:15 UTC 2004
- Previous message: [wp-cvs] wordpress/wp-admin bookmarklet.php, 1.9.4.1,
1.9.4.2 categories.php, 1.28.4.1, 1.28.4.2 edit.php, 1.21.4.1,
1.21.4.2 options.php, 1.20.4.1, 1.20.4.2 post.php, 1.59.4.3,
1.59.4.4
- Next message: [wp-cvs] wordpress wp-login.php,1.42,1.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7920
Added Files:
Tag: WordPress-Ver-1_2-Branch
xmlrpc.php
Log Message:
Added back missing file
--- NEW FILE: xmlrpc.php ---
<?php
# fix for mozBlog and other cases where '<?xml' isn't on the very first line
$HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA);
include('wp-config.php');
include_once (ABSPATH . WPINC . '/class-xmlrpc.php');
include_once (ABSPATH . WPINC . '/class-xmlrpcs.php');
// Turn off all warnings and errors.
error_reporting(0);
$post_default_title = ""; // posts submitted via the xmlrpc interface get that title
$post_default_category = 1; // posts submitted via the xmlrpc interface go into that category
$xmlrpc_logging = 0;
function logIO($io,$msg) {
[...2164 lines suppressed...]
"b2.ping" =>
array("function" => "b2ping",
"signature" => $wpping_sig,
"docstring" => $wpping_doc),
"pingback.ping" =>
array("function" => "pingback_ping",
"signature" => $pingback_ping_sig,
"docstring" => $pingback_ping_doc),
"b2.getPostURL" =>
array("function" => "pingback_getPostURL",
"signature" => $wp_getPostURL_sig,
"docstring" => $wp_getPostURL_doc),
);
$s = new xmlrpc_server($dispatch_map);
?>
- Previous message: [wp-cvs] wordpress/wp-admin bookmarklet.php, 1.9.4.1,
1.9.4.2 categories.php, 1.28.4.1, 1.28.4.2 edit.php, 1.21.4.1,
1.21.4.2 options.php, 1.20.4.1, 1.20.4.2 post.php, 1.59.4.3,
1.59.4.4
- Next message: [wp-cvs] wordpress wp-login.php,1.42,1.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list