Changeset 2455 for trunk/bp-themes/bp-default/members/single/activity.php
- Timestamp:
- 01/26/2010 12:32:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/activity.php
r2344 r2455 35 35 36 36 <div class="activity"> 37 <?php 38 // The loop will be loaded here via AJAX on page load to retain selected settings and not waste cycles. 39 // If you're concerned about no-script functionality, uncomment the following line. 40 41 // locate_template( array( 'activity/activity-loop.php' ), true ); 42 ?> 37 <?php // The loop will be loaded here via AJAX on page load to retain selected settings and not waste cycles. ?> 38 <noscript><?php locate_template( array( 'activity/activity-loop.php' ), true ) ?></noscript> 43 39 </div><!-- .activity --> 44 40
Note: See TracChangeset
for help on using the changeset viewer.