hey – sorry not that hot on php have tried doing this but could you be a little more exact if the original code is:
function postie_handle_upload( &$file, $overrides = false, $time = null, ) {
// The default error handler.
if (! function_exists( 'wp_handle_upload_error' ) ) {
function wp_handle_upload_error( &$file, $message ) {
return array( 'error'=>$message );
}
}
What should it become?
Will this then make attachments featured images but not insert them into posts? Hope so
Thanks