You are here

function blog_form in Drupal 7

Same name and namespace in other branches
  1. 4 modules/blog.module \blog_form()
  2. 5 modules/blog/blog.module \blog_form()
  3. 6 modules/blog/blog.module \blog_form()

Implements hook_form().

File

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

Code

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