Changeset 2580 for trunk/bp-themes/bp-default/activity/activity-loop.php
- Timestamp:
- 02/04/2010 10:09:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/activity-loop.php
r2485 r2580 3 3 <?php do_action( 'bp_before_activity_loop' ) ?> 4 4 5 <?php if ( bp_has_activities( bp_ ajax_querystring() ) ) : ?>5 <?php if ( bp_has_activities( bp_dtheme_ajax_querystring( 'activity' ) ) ) : ?> 6 6 7 7 <?php /* Show pagination if JS is not enabled, since the "Load More" link will do nothing */ ?>
Note: See TracChangeset
for help on using the changeset viewer.