- Timestamp:
- 04/17/08 21:48:11 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/php/lib/function.mtcategorytrackbackcount.php
r1174 r1956 9 9 $cat = $ctx->stash('category'); 10 10 $cat_id = $cat['category_id']; 11 return $ctx->mt->db->category_ping_count($cat_id); 11 $count = $ctx->mt->db->category_ping_count($cat_id); 12 return $ctx->count_format($count, $args); 12 13 } 13 ?>
