root/branches/release-32/php/lib/function.mtentrycommentcount.php @ 1583

Revision 1583, 314 bytes (checked in by auno, 20 months ago)

More fixed for dynamic and renamed tbping_count column name to ping_count. BugzID:68482

  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2# Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd.
3# This program is distributed under the terms of the
4# GNU General Public License, version 2.
5#
6# $Id$
7
8function smarty_function_mtentrycommentcount($args, &$ctx) {
9    $entry = $ctx->stash('entry');
10    return $entry['entry_comment_count'];
11}
12?>
Note: See TracBrowser for help on using the browser.