#32021 closed defect (bug) (fixed)
Make three untranslatable strings, translatable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.3 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | ui | Cc: |
Description
While working on #31950, I came across three untranslatable strings.
Sending a separate patch in for those now at johnbillion's suggestion.
I *have* included the string in wp_db.php as well in this patch, in contrast to his suggestion, as wp_load_translations_early() is called within the same function and __() is used for other strings within the function too, so language functions should be available.
Attachments (2)
Change History (15)
#3
@
11 years ago
@SergeyBiryukov you're completely right - uploaded a new patch which includes that string too.
Sorry, the other patch from which I subtracted this one focused only on echo statements, so I missed this one ;-)
#4
@
11 years ago
- Keywords 4.3-early added
- Milestone changed from Awaiting Review to Future Release
No apologies necessary, thanks for the patch :)
This ticket was mentioned in Slack in #core by helen. View the logs.
11 years ago
#11
follow-up:
↓ 12
@
11 years ago
- Resolution set to fixed
- Status changed from assigned to closed
In 33008:
There's one more string several lines above: tags/4.1.1/src/wp-includes/wp-db.php?marks=1239#L1224.