Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

#8583 closed defect (bug) (fixed)

Invalid translation placeholder in XProfile Admin

Reported by: offereins's profile Offereins Owned by: imath's profile imath
Milestone: 10.0.0 Priority: normal
Severity: minor Version: 9.1.1
Component: Extended Profile Keywords: has-patch commit
Cc:

Description

Just a small bug. The translatable text on line 379 https://buddypress.trac.wordpress.org/browser/trunk/src/bp-xprofile/bp-xprofile-admin.php#L379] of bp-xprofile/bp-xprofile-admin.php is incomplete. It is missing a single 's' in %1$ that is placed in the href attribute:

' <a href="%1$">%2$s</a>.',

should be

' <a href="%1$s">%2$s</a>.',

Currently I don't have the setup for creating a patch file.

Attachments (1)

8583.patch (607 bytes) - added by imath 3 years ago.

Download all attachments as: .zip

Change History (3)

@imath
3 years ago

#1 @imath
3 years ago

  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 10.0.0

Good catch @Offereins Thanks a lot. I will commit this asap.

#2 @imath
3 years ago

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

In 13119:

XProfile Admin: use right translation placeholder to build a link

Props Offereins

Fixes #8583

Note: See TracTickets for help on using tickets.