Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#6903 closed defect (bug) (fixed)

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

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

Description

Old string:

  • Mentions <span class="count">%s</span>

New string:

  • Mentions %s

Attachments (1)

6903.patch (897 bytes ) - added by ramiy 11 years ago.

Download all attachments as: .zip

Change History (6)

@ramiy
11 years ago

#1 @DJPaul
11 years ago

  • Milestone Awaiting Review2.5

#2 @DJPaul
11 years ago

  • Milestone 2.5Under Consideration

The patch provides a new placeholder token in the string, but I believe there should be a translator comment explaining the value it will be replaced with.

#3 @boonebgorges
10 years ago

  • Owner set to boonebgorges
  • Resolutionfixed
  • Status newclosed

In 10677:

Remove markup from translatable string when building Activity nav item.

Props ramiy.
Fixes #6903.

#4 @boonebgorges
10 years ago

  • Milestone Under Consideration2.6

#5 @DJPaul
10 years ago

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