Changeset 1956 for branches/release-35/php/lib/function.mtblogpingcount.php
- Timestamp:
- 04/17/08 21:48:11 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/php/lib/function.mtblogpingcount.php
r1174 r1956 8 8 function smarty_function_mtblogpingcount($args, &$ctx) { 9 9 $args['blog_id'] = $ctx->stash('blog_id'); 10 return $ctx->mt->db->blog_ping_count($args); 10 $count = $ctx->mt->db->blog_ping_count($args); 11 return $ctx->count_format($count, $args); 11 12 } 12 ?>
