- Small usability change.

4.2.x
Dries Buytaert 2002-12-10 20:36:03 +00:00
parent 7ce686c152
commit d2927a9064
2 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@ function comment_links($comment, $return = 1) {
*/
if ($return) {
$links[] = l(t("return"), array("id" => $comment->nid), "node", $comment->cid);
$links[] = l(t("parent"), array("id" => $comment->nid), "node", $comment->cid);
}
/*

View File

@ -313,7 +313,7 @@ function comment_links($comment, $return = 1) {
*/
if ($return) {
$links[] = l(t("return"), array("id" => $comment->nid), "node", $comment->cid);
$links[] = l(t("parent"), array("id" => $comment->nid), "node", $comment->cid);
}
/*