From c4e1242e92f3bcedc15a663821e080dcea4be4b8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 8 Oct 2009 07:58:47 +0000 Subject: #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code. --- modules/forum/forum-topic-list.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum/forum-topic-list.tpl.php') diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php index 9757b6049..36211c851 100644 --- a/modules/forum/forum-topic-list.tpl.php +++ b/modules/forum/forum-topic-list.tpl.php @@ -20,7 +20,7 @@ * - $topic->message: If the topic has been moved, this contains an * explanation and a link. * - $topic->zebra: 'even' or 'odd' string used for row class. - * - $topic->num_comments: The number of replies on this topic. + * - $topic->comment_count: The number of replies on this topic. * - $topic->new_replies: A flag to indicate whether there are unread comments. * - $topic->new_url: If there are unread replies, this is a link to them. * - $topic->new_text: Text containing the translated, properly pluralized count. @@ -53,7 +53,7 @@ message; ?> - num_comments; ?> + comment_count; ?> new_replies): ?>
new_text; ?> -- cgit v1.2.3