comment_node_url
- Versions
- 4.6 – 6
comment_node_url()
A simple helper function.
Return value
The 0th and the 1st path components joined by a slash.
Code
modules/comment/comment.module, line 675
<?php
function comment_node_url() {
return arg(0) .'/'. arg(1);
}
?>Login or register to post comments 