Changeset 5394 for trunk/bp-activity/feeds/bp-activity-group-feed.php
- Timestamp:
- 11/27/2011 05:27:37 PM (15 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
r5109 r5394 25 25 26 26 <channel> 27 <title><?php bp_site_name() ?> | <?php echo $bp->groups->current_group->name ?> | <?php _e( 'Group Activity', 'buddypress' ) ?></title> 27 <?php /* translators: Single group activity RSS title - "[Site Name] | [Group Name] | Group Activity" */ ?> 28 <title><?php printf( '%1$s | %2$s | %3$s', bp_get_site_name(), bp_get_current_group_name(), __( 'Group Activity', 'buddypress' ) ) ?></title> 28 29 <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" /> 29 30 <link><?php echo bp_get_group_permalink( $bp->groups->current_group ) . bp_get_activity_slug() . '/feed' ?></link>
Note: See TracChangeset
for help on using the changeset viewer.