Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#3728 closed defect (bug) (fixed)

Improve i18n in RSS feeds

Reported by: DJPaul Owned by:
Priority: normal Milestone: 1.6
Component: Activity Version:
Severity: normal 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
15 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.