Changeset 5973
- Timestamp:
- 04/10/2012 06:44:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r5950 r5973 1389 1389 return false; 1390 1390 1391 echo '<ul>';1391 echo apply_filters( 'bp_activity_recurse_comments_start_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 … … 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
Note: See TracChangeset
for help on using the changeset viewer.