function node_form_block_add_block_form_alter

Implements hook_form_FORM_ID_alter() for block_add_block_form().

Adds node-type specific visibility options to add block form.

File

drupal/core/modules/node/node.module, line 2054
The core module that allows content to be submitted to the site.

Code

function node_form_block_add_block_form_alter(&$form, &$form_state) {
  node_form_block_admin_configure_alter($form, $form_state);
}