node_form_validate

5 node.module node_form_validate($form_id, $form_values, $form)
6 node.pages.inc node_form_validate($form, &$form_state)
7 node.pages.inc node_form_validate($form, &$form_state)
8 node.pages.inc node_form_validate($form, &$form_state)

File

modules/node.module, line 1615
The core that allows content to be submitted to the site.

Code

function node_form_validate($form_id, $form_values, $form) {
  node_validate($form_values, $form);
}
Login or register to post comments