#63193 closed defect (bug) (fixed)
REST should be capitalized in error message
| Reported by: | tobifjellner | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8 |
| Component: | REST API | Version: | 6.9 |
| Severity: | normal | Keywords: | fixed-major dev-reviewed i18n-change |
| Cc: | Focuses: | rest-api |
Description
In WordPress 6.8 RC at
https://build.trac.wordpress.org/browser/branches/6.8/wp-includes/rest-api.php?marks=437#L437
there is an error message:
'The rest route parameter must be a string.'
In this case, REST should be capitalized.
Change History (10)
#1
@
16 months ago
- Component Administration → REST API
- Keywords needs-patch added
- Milestone Awaiting Review → 6.8
This ticket was mentioned in PR #8613 on WordPress/wordpress-develop by @abcd95.
16 months ago
#2
- Keywords has-patch has-unit-tests added; needs-patch removed
#5
@
16 months ago
- Keywords commit added
The PR looks good. There is a coding standard issue but I'll fix it directly when committing the patch.
#7
@
16 months ago
- Keywords dev-feedback fixed-major added; has-patch has-unit-tests commit removed
- Resolution fixed
- Status closed → reopened
Reopening for second committer sign off.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
[59886] added the error message, and it would need to be changed in the unit test too.