Opened 6 years ago
Closed 6 years ago
#50776 closed defect (bug) (fixed)
Translatable string inconsistency in `get_item_schema`
| Reported by: | audrasjb | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | I18N | Version: | 5.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | rest-api |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I18N: Fix an inconsistency in a translation string on the REST API.