Changeset 2730
- Timestamp:
- 02/16/2010 06:42:40 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r2719 r2730 585 585 $content .= '</ul>'; 586 586 587 return $content;587 return apply_filters( 'bp_activity_recurse_comments', $content ); 588 588 } 589 589
Note: See TracChangeset
for help on using the changeset viewer.