function blog_form

Implements hook_form().

File

modules/blog/blog.module, line 62

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.