comment_node_url()
A simple helper function.
The 0th and the 1st path components joined by a slash.
modules/comment/comment.module, line 676
<?php function comment_node_url() { return arg(0) . '/' . arg(1); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen