Opened 7 years ago
Closed 7 years ago
#41637 closed defect (bug) (fixed)
i18n: Merge similar translation strings for non-hierarchical taxonomy
Reported by: | ramiy | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
Merge two similar translation strings:
This taxonomy is not hierarchical so you can't set a parent.
- used in rest api (x2)Cannot set parent term, taxonomy is not hierarchical.
- used in xmlrpc
See the screenshot from GlotPress and the patch merging the strings.
Attachments (4)
Change History (9)
#1
@
7 years ago
- Milestone changed from Awaiting Review to 4.9
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#3
@
7 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening, per https://travis-ci.org/WordPress/wordpress-develop/builds/278799825
There was 1 failure: 1) Tests_XMLRPC_wp_editTerm::test_parent_for_nonhierarchical Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'This taxonomy is not hierarchical so you can't set a parent.' +'Cannot set parent term, taxonomy is not hierarchical.' /home/travis/build/WordPress/wordpress-develop/tests/phpunit/tests/xmlrpc/wp/editTerm.php:89
Patch 41637.2.patch updates the tests string to match the string added in [41574]
This ticket was mentioned in Slack in #core by netweb. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
In 41574: