function replicate_replicate_entity_comment in Replicate 7
Implements hook_replicate_entity_ENTITY_TYPE().
File
- ./
replicate.module, line 175 - Main methods of Replicate module.
Code
function replicate_replicate_entity_comment(&$entity) {
$entity->created = NULL;
$entity->changed = NULL;
}