[buddypress-trac] [BuddyPress Trac] #8583: Invalid translation placeholder in XProfile Admin
buddypress-trac
noreply at wordpress.org
Fri Oct 8 17:30:17 UTC 2021
#8583: Invalid translation placeholder in XProfile Admin
------------------------------+-----------------------------
Reporter: Offereins | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Extended Profile | Version: 9.1.1
Severity: minor | Keywords:
------------------------------+-----------------------------
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:
{{{#!php
' <a href="%1$">%2$s</a>.',
}}}
should be
{{{#!php
' <a href="%1$s">%2$s</a>.',
}}}
Currently I don't have the setup for creating a patch file.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8583>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list