Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/22/2012 07:33:32 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Update bp_activity_recurse_comments() to use bp_locate_template().

File:
1 edited

Legend:

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

    r6342 r6441  
    14611461                $activities_template->activity->current_comment = $comment_child;
    14621462
    1463                 $template = locate_template( 'activity/comment.php', false, false );
     1463                $template = bp_locate_template( 'activity/comment.php', false, false );
    14641464
    14651465                // Backward compatibility. In older versions of BP, the markup was
Note: See TracChangeset for help on using the changeset viewer.