Act on field_attach_presave().
This hook is invoked after the field module has performed the operation.
See field_attach_presave() for details and arguments.
function hook_field_attach_presave($entity_type, $entity) {
// @todo Needs function body.
}