#40944 closed defect (bug) (duplicate)
Translator comment has wrong placeholder
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
In code it's %d
but in translator comment %d
is used.
<?php /* translators: %s is a numeric HTTP status code; e.g., 400, 403, 500, 504, etc. */ sprintf( __( 'Invalid API response code (%d)' ), $response_code )
Created a small patch to fix this
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Fix Translator comment placeholder