function blog_form in Drupal 7
Same name and namespace in other branches
- 4 modules/blog.module \blog_form()
- 5 modules/blog/blog.module \blog_form()
- 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);
}