- Timestamp:
- 04/17/08 21:48:11 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/php/lib/function.mtcommentscorecount.php
r1174 r1956 9 9 10 10 function smarty_function_mtcommentscorecount($args, &$ctx) { 11 return hdlr_score_count($ctx, 'comment', $args['namespace']); 11 $count = hdlr_score_count($ctx, 'comment', $args['namespace']); 12 return $ctx->count_format($count, $args); 12 13 } 13 ?>
