Skip to:
Content

BuddyPress.org

Changeset 2730


Ignore:
Timestamp:
02/16/2010 06:42:40 AM (17 years ago)
Author:
johnjamesjacoby
Message:

Add filter to end of bp_activity_recurse_comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-templatetags.php

    r2719 r2730  
    585585                        $content .= '</ul>';
    586586
    587                         return $content;
     587                        return apply_filters( 'bp_activity_recurse_comments', $content );
    588588                }
    589589
Note: See TracChangeset for help on using the changeset viewer.