Changeset 2600 for trunk/bp-activity/feeds/bp-activity-group-feed.php
- Timestamp:
- 02/04/2010 05:18:22 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/feeds/bp-activity-group-feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/feeds/bp-activity-group-feed.php
r2280 r2600 19 19 20 20 <channel> 21 <title><?php echo $bp->groups->current_group->name ?> -<?php _e( 'Group Activity', 'buddypress' ) ?></title>21 <title><?php echo bp_site_name() ?> | <?php echo $bp->groups->current_group->name ?> | <?php _e( 'Group Activity', 'buddypress' ) ?></title> 22 22 <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" /> 23 23 <link><?php echo bp_get_group_permalink( $bp->groups->current_group ) . $bp->activity->slug . '/feed' ?></link>
Note: See TracChangeset
for help on using the changeset viewer.