Changeset 5729 for trunk/bp-themes/bp-default/comments.php
- Timestamp:
- 02/11/2012 09:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/comments.php
r4577 r5729 12 12 $num_comments = 0; 13 13 $num_trackbacks = 0; 14 foreach ( (array) $comments as $comment ) {14 foreach ( (array) $comments as $comment ) { 15 15 if ( 'comment' != get_comment_type() ) 16 16 $num_trackbacks++; … … 63 63 64 64 <ul id="trackbacklist"> 65 <?php foreach ( (array) $comments as $comment ) : ?>65 <?php foreach ( (array) $comments as $comment ) : ?> 66 66 67 67 <?php if ( 'comment' != get_comment_type() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.