- Timestamp:
- 04/17/08 21:48:11 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/php/lib/function.mtblogentrycount.php
r1174 r1956 11 11 $args['blog_id'] = $ctx->stash('blog_id'); 12 12 $count = $ctx->mt->db->blog_entry_count($args); 13 return $c ount;13 return $ctx->count_format($count, $args); 14 14 } 15 ?>
