Changeset 1021 for trunk/bp-activity/feeds/bp-activity-personal-feed.php
- Timestamp:
- 02/06/2009 03:07:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/feeds/bp-activity-personal-feed.php
r601 r1021 19 19 20 20 <channel> 21 <title><?php echo $bp ['current_fullname']; ?> - <?php _e( 'Activity', 'buddypress' ) ?></title>21 <title><?php echo $bp->displayed_user->fullname; ?> - <?php _e( 'Activity', 'buddypress' ) ?></title> 22 22 <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" /> 23 <link><?php echo $bp ['current_domain'] . $bp['activity']['slug']. '/feed' ?></link>24 <description><?php _e( sprintf( '%s - Activity Feed', $bp ['current_fullname']), 'buddypress' ) ?></description>23 <link><?php echo $bp->displayed_user->domain . $bp->activity->slug . '/feed' ?></link> 24 <description><?php _e( sprintf( '%s - Activity Feed', $bp->displayed_user->fullname ), 'buddypress' ) ?></description> 25 25 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', bp_activity_get_last_updated(), false); ?></pubDate> 26 26 <generator>http://buddypress.org/?bp-activity-version=<?php echo BP_ACTIVITY_VERSION ?></generator>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)