[wp-trac] [WordPress Trac] #41667: i18n: Use %s placeholders in rest api translation strings
WordPress Trac
noreply at wordpress.org
Mon Aug 21 22:39:41 UTC 2017
#41667: i18n: Use %s placeholders in rest api translation strings
--------------------------+-----------------------------
Reporter: ramiy | Owner: SergeyBiryukov
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 4.9
Component: I18N | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: rest-api
--------------------------+-----------------------------
Comment (by ramiy):
Clarification about the text changes - this patch replace 12 strings:
* `Method '%s' not implemented. Must be overridden in subclass.`
With:
* `Method %s not implemented. Must be overridden in subclass.`
----
And also, it replaces one string:
* `The register_routes() method must be overridden`
With:
* `Method %s must be overridden.`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41667#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list