function blog_form

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/blog/blog.module \blog_form()

Implements hook_form().

Archivo

drupal-7.x/modules/blog/blog.module, line 62
Enables multi-user blogs.

Código

function blog_form($node, $form_state) {
  return node_content_form($node, $form_state);
}