comment_node_type_insert

Versions
7
comment_node_type_insert($info)

Implements hook_node_type_insert().

Code

modules/comment/comment.module, line 240

<?php
function comment_node_type_insert($info) {
  field_attach_create_bundle('comment', 'comment_node_' . $info->type);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.