Skip to:
Content

BuddyPress.org

Changeset 4180


Ignore:
Timestamp:
04/08/2011 11:03:37 PM (15 years ago)
Author:
djpaul
Message:

Rework how the file is included to avoid a warning with the Theme Check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/activity-loop.php

    r3810 r4180  
    3232    <?php while ( bp_activities() ) : bp_the_activity(); ?>
    3333
    34         <?php include( locate_template( array( 'activity/entry.php' ), false ) ); ?>
     34        <?php locate_template( array( 'activity/entry.php' ), true ); ?>
    3535
    3636    <?php endwhile; ?>
Note: See TracChangeset for help on using the changeset viewer.