#63193 closed defect (bug) (fixed)
REST should be capitalized in error message
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | REST API | Keywords: | fixed-major dev-reviewed i18n-change |
Focuses: | rest-api | Cc: |
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
@
3 months ago
- Component changed from Administration to REST API
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 6.8
This ticket was mentioned in PR #8613 on WordPress/wordpress-develop by @abcd95.
3 months ago
#2
- Keywords has-patch has-unit-tests added; needs-patch removed
#5
@
3 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
@
3 months ago
- Keywords dev-feedback fixed-major added; has-patch has-unit-tests commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for second committer sign off.
Note: See
TracTickets for help on using
tickets.
[59886] added the error message, and it would need to be changed in the unit test too.