You are here

function get_token in AJAX Comments 5

1 string reference to 'get_token'
ajax_comments_menu in ./ajax_comments.module

File

./ajax_comments.module, line 67

Code

function get_token($id) {
  print drupal_get_token($id);
}