Opened 3 years ago
Closed 3 years ago
#8583 closed defect (bug) (fixed)
Invalid translation placeholder in XProfile Admin
Reported by: | Offereins | Owned by: | 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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Good catch @Offereins Thanks a lot. I will commit this asap.