comment_node_url

Definition

comment_node_url()
modules/comment/comment.module, line 581

Code

<?php
function comment_node_url() {
  return arg(0) .'/'. arg(1);
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.