Changeset 4646 for trunk/bp-activity/feeds/bp-activity-group-feed.php
- Timestamp:
- 07/12/2011 01:52:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/feeds/bp-activity-group-feed.php
r4373 r4646 21 21 <title><?php 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 <link><?php echo bp_get_group_permalink( $bp->groups->current_group ) . $bp->activity->slug. '/feed' ?></link>23 <link><?php echo bp_get_group_permalink( $bp->groups->current_group ) . bp_get_activity_slug() . '/feed' ?></link> 24 24 <description><?php printf( __( '%s - Group Activity Feed', 'buddypress' ), $bp->groups->current_group->name ) ?></description> 25 25 <pubDate><?php echo mysql2date('D, d M Y H:i:s O', bp_activity_get_last_updated(), false); ?></pubDate>
Note: See TracChangeset
for help on using the changeset viewer.