Opened 7 years ago
Closed 7 years ago
#8130 closed defect (bug) (fixed)
Translation placeholder misuse in a REST API function
| Reported by: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.0 |
| Component: | Core | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
8130 is fixing the issue. It also make sure the error code is consistent with the error message.