- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/activity/permalink.php
r5255 r5737 1 <?php get_header( 'buddypress' ) ?>1 <?php get_header( 'buddypress' ); ?> 2 2 3 3 <?php do_action( 'template_notices' ); ?> … … 9 9 <?php while ( bp_activities() ) : bp_the_activity(); ?> 10 10 11 <?php locate_template( array( 'activity/entry.php' ), true ) ?>11 <?php locate_template( array( 'activity/entry.php' ), true ); ?> 12 12 13 13 <?php endwhile; ?> … … 17 17 </div> 18 18 19 <?php get_footer( 'buddypress' ) ?>19 <?php get_footer( 'buddypress' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.