Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3728 closed defect (bug) (fixed)

Improve i18n in RSS feeds

Reported by: djpaul's profile DJPaul Owned by:
Milestone: 1.6 Priority: normal
Severity: normal Version:
Component: Activity Keywords:
Cc:

Description

In Activity's RSS feeds, such as /bp-activity/feeds/bp-activity-group-feed.php, the i18n is not good. There are hardcoded strings like this:

<title><?php bp_site_name() ?> | <?php echo $bp->groups->current_group->name ?> | <?php _e( 'Group Activity', 'buddypress' ) ?></title>

In this instance, gettext placeholders with argument swapping should be used. We should audit all the RSS.

Change History (1)

#1 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5394]) Improves l18n in Activity RSS feeds. Fixes #3728

Note: See TracTickets for help on using tickets.