Opened 5 years ago
Closed 5 years ago
#8130 closed defect (bug) (fixed)
Translation placeholder misuse in a REST API function
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 5.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch commit |
Cc: |
Description
In bp-core/bp-core-rest-api.php:242
"The member type you provided, %$1s, is not one of %$2s." should be "The member type you provided, %1$s
, is not one of %2$s
".
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
8130 is fixing the issue. It also make sure the error code is consistent with the error message.