Ticket #1777: xmlrpc.diff
| File xmlrpc.diff, 468 bytes (added by , 20 years ago) |
|---|
-
xmlrpc.php
431 431 432 432 extract($actual_post); 433 433 434 $content = $new content;434 $content = $new_content; 435 435 436 436 $post_title = xmlrpc_getposttitle($content); 437 437 $post_category = xmlrpc_getpostcategory($content); … … 1303 1303 1304 1304 $wp_xmlrpc_server = new wp_xmlrpc_server(); 1305 1305 1306 ?> 1307 No newline at end of file 1306 ?>