--- node.module.orig 2005-07-12 11:46:31.645768000 -0700 +++ node.module 2005-07-12 11:48:42.734264000 -0700 @@ -1583,6 +1583,7 @@ function node_delete($edit) { } else { $extra = form_hidden('nid', $node->nid); + $extra .= implode('', module_invoke_all('delete_confirm', &$node)); $output = theme('confirm', t('Are you sure you want to delete %title?', array('%title' => theme('placeholder', $node->title))), $_GET['destination'] ? $_GET['destination'] : 'node/'. $node->nid,