It should. I note that it is not in the API reference under form generation, nor in "upgrading your modules," nor in the form API quickstart doc: http://drupaldocs.org/api/head/group/form http://drupal.org/node/22218 http://drupaldocs.org/api/head/file/contributions/docs/developer/topics/form s_api.html I dropped a comment into the upgrading page. Cheers, Mark Fredrickson E-Advocacy Manager Planned Parenthood Minnesota, North Dakota, South Dakota 1200 Lagoon Ave. Minneapolis, MN 55408 Ph: 612.821.6154 Fax: 612.825.3522 Email: mfredrickson@ppmns.org Are you a member of the Action Network? http://www.ppaction.org/ppmsd/join.tcl
From: Dries Knapen <dries.knapen@versateladsl.be> Reply-To: <development@drupal.org> Date: Mon, 28 Nov 2005 21:26:19 +0100 To: <development@drupal.org> Subject: [bcc][faked-from] Re: [development] Theme('confirm'...) in 4.7?
It seems theme('confirm'...) has disappeared in HEAD. I assume this is meant to be replaced with a form. An easy enough change, but I just thought I would confirm before I go too far down that road.
This is now done by confirm_form() http://drupaldocs.org/api/head/function/confirm_form
There are several examples of how to use this function in core (comment.module, node.module, menu.module, taxonomy.module, ...)
Maybe this should be mentioned in the documentation somewhere?