function get_token in AJAX Comments 5
1 string reference to 'get_token'
File
- ./
ajax_comments.module, line 67
Code
function get_token($id) {
print drupal_get_token($id);
}
function get_token($id) {
print drupal_get_token($id);
}