You are here

function _node_entity_diff_additional_options_changed in Diff 7.3

Private callback function to render the changed field.

File

includes/node.inc, line 147
Provide diff functions for the node module.

Code

function _node_entity_diff_additional_options_changed($old_node, $new_node, $context) {
  return _node_entity_diff_additional_options_date_field(t('Changed timestamp'), $old_node->changed, $new_node->changed, $context, -1);
}