id; //NOTE #1: the widget id is added here to allow uploader to only return array if this is used with image widget so that all other uploads are not harmed.
$image_upload_iframe_src = apply_filters('image_upload_iframe_src', "$media_upload_iframe_src");
$image_title = (!empty($instance['image'])) ? __('Change Image', 'image-widget') : __('Add Image', 'image-widget');
?>