comment_node_url()files/drupal-6.7/modules/comment/comment.module, line 675
A simple helper function.
The 0th and the 1st path components joined by a slash.
<?php function comment_node_url() { return arg(0) .'/'. arg(1); } ?>