Changeset 2358 for trunk/bp-themes/bp-default/activity/activity-loop.php
- Timestamp:
- 01/19/2010 03:21:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/activity-loop.php
r2287 r2358 15 15 <?php endwhile; ?> 16 16 17 <?php if ( bp_get_activity_count() == bp_get_activity_per_page() ) : ?> 17 18 <li class="load-more"> 18 19 <a href="#more"><?php _e( 'Load More', 'buddypress' ) ?></a> <span class="ajax-loader"></span> 19 20 </li> 21 <?php endif; ?> 20 22 21 23 <?php if ( empty( $_POST['page'] ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.