- Timestamp:
- Apr 1, 2009, 11:05:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/xpress_common_functions.php
r145 r147 229 229 } 230 230 231 function xpress_comment_count( $count ) { 232 global $id; 233 $comments_by_type = &separate_comments(get_comments('status=approve&post_id=' . $id)); 234 return count($comments_by_type['comment']); 235 } 231 236 232 237 ?>
Note: See TracChangeset
for help on using the changeset viewer.