ID)) {
if (EMPTY_TRASH_DAYS && MEDIA_TRASH) {
printf('
%2$s', get_delete_post_link($relative_file->ID), __('Move to Trash'));
} else {
$template_names = !MEDIA_TRASH ? " onclick='return showNotice.warn();'" : '';
printf('
%3$s', $template_names, get_delete_post_link($relative_file->ID, '', true), __('Delete permanently'));
}
}
?>