On Thu, 2005-12-29 at 10:55 +0900, ecto Support wrote: > Actually, the file gets uploaded, but the xmlrpc function still > returns an error.
Okay, try this in wp_upload_bits():
- return array('file' => $new_file, 'url' => $url);
+ return array('file' => $new_file, 'url' => $url, 'error' =>
false);
Ryan
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers
