Changeset 3213
- Timestamp:
- 08/25/2010 02:43:59 AM (16 years ago)
- Location:
- branches/1.2/bp-themes/bp-default
- Files:
-
- 2 edited
-
activity/index.php (modified) (1 diff)
-
groups/single/activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/activity/index.php
r2821 r3213 58 58 <div class="item-list-tabs no-ajax" id="subnav"> 59 59 <ul> 60 <li class="feed"><a href="<?php bp_sitewide_activity_feed_link() ?>" title=" RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li>60 <li class="feed"><a href="<?php bp_sitewide_activity_feed_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ) ?></a></li> 61 61 62 62 <?php do_action( 'bp_activity_syndication_options' ) ?> -
branches/1.2/bp-themes/bp-default/groups/single/activity.php
r2967 r3213 1 1 <div class="item-list-tabs no-ajax" id="subnav"> 2 2 <ul> 3 <li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title=" RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li>3 <li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ) ?></a></li> 4 4 5 5 <?php do_action( 'bp_group_activity_syndication_options' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.