Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2010 05:18:22 PM (16 years ago)
Author:
apeatling
Message:

Fixing issues with single WP and feed titles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/feeds/bp-activity-personal-feed.php

    r2369 r2600  
    1919
    2020<channel>
    21     <title><?php echo $bp->displayed_user->fullname; ?> - <?php _e( 'Activity', 'buddypress' ) ?></title>
     21    <title><?php echo bp_site_name() ?> | <?php echo $bp->displayed_user->fullname; ?> | <?php _e( 'Activity', 'buddypress' ) ?></title>
    2222    <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" />
    2323    <link><?php echo $bp->displayed_user->domain . $bp->activity->slug . '/feed' ?></link>
Note: See TracChangeset for help on using the changeset viewer.