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-group-feed.php

    r2280 r2600  
    1919
    2020<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>
    2222    <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" />
    2323    <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.