Ticket #4137: bp_activity_recurse_comments.patch
| File bp_activity_recurse_comments.patch, 767 bytes (added by , 14 years ago) |
|---|
-
bp-activity-template.php
1388 1388 if ( empty( $comment->children ) ) 1389 1389 return false; 1390 1390 1391 echo '<ul>';1391 echo apply_filters( 'bp_activity_recurse_comments_first_ul', '<ul>'); 1392 1392 foreach ( (array) $comment->children as $comment_child ) { 1393 1393 // Put the comment into the global so it's available to filters 1394 1394 $activities_template->activity->current_comment = $comment_child; … … 1407 1407 1408 1408 unset( $activities_template->activity->current_comment ); 1409 1409 } 1410 echo '</ul>';1410 echo apply_filters( 'bp_activity_recurse_comments_end_ul', '</ul>'); 1411 1411 } 1412 1412 1413 1413 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)