function blog_form

blog_form($node, $form_state)

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);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!blog!blog.module/function/blog_form/7.x