Show
Ignore:
Timestamp:
04/17/08 21:48:11 (20 months ago)
Author:
bchoate
Message:

Added support for phrases on count tags. BugId:79359

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/php/lib/function.mtcommentscorecount.php

    r1174 r1956  
    99 
    1010function 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); 
    1213} 
    13 ?>