|
Revision 1583, 313 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 | |
|---|
| 8 | function smarty_function_mtentrytrackbackcount($args, &$ctx) { |
|---|
| 9 | $entry = $ctx->stash('entry'); |
|---|
| 10 | return $entry['entry_ping_count']; |
|---|
| 11 | } |
|---|
| 12 | ?> |
|---|