options['text']) ? $this->options['text'] : t('delete'); $cid = $this->get_value($values, 'cid'); $this->options['alter']['make_link'] = TRUE; $this->options['alter']['path'] = "comment/" . $cid . "/delete"; $this->options['alter']['query'] = drupal_get_destination(); return $text; } }