Opened 4 years ago
Closed 4 years ago
#50776 closed defect (bug) (fixed)
Translatable string inconsistency in `get_item_schema`
Reported by: | audrasjb | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | I18N | Keywords: | has-patch |
Focuses: | rest-api | Cc: |
Description
There is a small inconsistency in two translatable strings.
In class-wp-rest-themes-controller.php
, texdomain description text is "The theme\'s textdomain.", and in class-wp-rest-plugins-controller.php
, it's "The plugin\'s text domain".
Let's use "text domain" on both places.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I18N: Fix an inconsistency in a translation string on the REST API.