Changeset 3460 for trunk/bp-themes/bp-default/groups/single/activity.php
- Timestamp:
- 11/21/2010 12:55:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/activity.php
r3300 r3460 1 <div class="item-list-tabs no-ajax" id="subnav" >1 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 2 2 <ul> 3 3 <li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ) ?></a></li> … … 32 32 <?php do_action( 'bp_before_group_activity_content' ) ?> 33 33 34 <div class="activity single-group" >34 <div class="activity single-group" role="main"> 35 35 <?php locate_template( array( 'activity/activity-loop.php' ), true ) ?> 36 36 </div><!-- .activity.single-group -->
Note: See TracChangeset
for help on using the changeset viewer.