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