Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#6910 closed defect (bug) (fixed)

Avoid using HTML tags in translation strings (bp-activity/classes/class-bp-activity-list-table.php)

Reported by: ramiy Owned by: djpaul
Priority: normal Milestone: 2.5
Component: I18N Version:
Severity: normal Keywords: has-patch
Cc:

Description

Old string:

  • Submitted on <a href="%1$s">%2$s at %3$s</a>

New strings:

  • Submitted on %s
  • %1$s at %2$s

Attachments (1)

6910.patch (1.3 KB ) - added by ramiy 10 years ago.

Download all attachments as: .zip

Change History (4)

@ramiy
10 years ago

#1 @DJPaul
10 years ago

  • Milestone Awaiting Review2.5

#2 @djpaul
10 years ago

  • Owner set to djpaul
  • Resolutionfixed
  • Status newclosed

In 10590:

Activity, Admin: Avoid using HTML tags in translation strings.

Fixes #6910, props ramiy

#3 @DJPaul
10 years ago

  • Component Locale - i18nI18N
Note: See TracTickets for help on using tickets.