Changeset 3592 for trunk/bp-themes/bp-default/comments.php
- Timestamp:
- 12/27/2010 10:57:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/comments.php
r3369 r3592 19 19 foreach ( (array)$comments as $comment ) 20 20 if ( 'comment' != get_comment_type() ) 21 $numTrackBacks++; 21 $numTrackBacks++; 22 22 else 23 23 $numComments++;
Note: See TracChangeset
for help on using the changeset viewer.