Opened 9 years ago
Closed 9 years ago
#34818 closed defect (bug) (fixed)
Unnecessary abbreviated error message string in has_valid_params()
Reported by: | Daniel Koskinen | Owned by: | rmccue |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | REST API | Keywords: | has-patch i18n-change |
Focuses: | Cc: |
Description
As mentioned on #core-restapi, commenting as a #polyglot here: while translating, @samikeijonen and @zuige noted that the error message for the has_valid_params
function in wp-includes/rest-api/class-wp-rest-request.php
is __( 'Invalid param.' )
. The included patch fixes this.
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #core-restapi by danielck. View the logs.
9 years ago
#4
@
9 years ago
- Milestone changed from Awaiting Review to 4.4
Checked with Petya, and we're good to change the string. Since this is a new one in 4.4, no qualms from my end with changing it.
Note: See
TracTickets for help on using
tickets.
Note that we are in soft string freeze currently, so this may need to wait until 4.5. Need feedback from a polyglot team member here.