Changeset 6624
- Timestamp:
- 12/11/2012 12:33:38 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r6619 r6624 1542 1542 function bp_activity_recurse_comments( $comment ) { 1543 1543 global $activities_template; 1544 1545 // Prevent double the output from new activity steam comments1546 if ( defined( 'DOING_AJAX' ) )1547 return false;1548 1544 1549 1545 if ( empty( $comment ) )
Note: See TracChangeset
for help on using the changeset viewer.