当您尝试删除Drupal中的节点时,您将进入标题为...的确认页面
您确定要删除{title of node}吗?
我试图改变这个页面的标题,根本没有运气.我在主题和模块级别尝试了以下内容无济于事:
hook_form_node_delete_confirm_alter(...)
template_preprocess_html(&$vars)
template_preprocess_page(&$vars)
template_preprocess_region(&$vars)
template_confirm_form(&$vars)
Run Code Online (Sandbox Code Playgroud)
我甚至无法在发展中找到任何有用的东西.
Drupal 7,拜托.