Changeset 5737 for trunk/bp-themes/bp-default/activity/index.php
- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/index.php
r5638 r5737 43 43 <?php if ( is_user_logged_in() ) : ?> 44 44 45 <?php do_action( 'bp_before_activity_type_tab_friends' ) ?>45 <?php do_action( 'bp_before_activity_type_tab_friends' ); ?> 46 46 47 47 <?php if ( bp_is_active( 'friends' ) ) : ?> … … 55 55 <?php endif; ?> 56 56 57 <?php do_action( 'bp_before_activity_type_tab_groups' ) ?>57 <?php do_action( 'bp_before_activity_type_tab_groups' ); ?> 58 58 59 59 <?php if ( bp_is_active( 'groups' ) ) : ?> … … 87 87 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 88 88 <ul> 89 <li class="feed"><a href="<?php bp_sitewide_activity_feed_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ); ?></a></li>89 <li class="feed"><a href="<?php bp_sitewide_activity_feed_link(); ?>" title="<?php _e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ); ?></a></li> 90 90 91 91 <?php do_action( 'bp_activity_syndication_options' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.