Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/26/2010 12:32:30 PM (15 years ago)
Author:
apeatling
Message:

Adding noscript functionality to bp-default.

File:
1 edited

Legend:

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

    r2344 r2455  
    3535
    3636<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>
    4339</div><!-- .activity -->
    4440
Note: See TracChangeset for help on using the changeset viewer.