#42355 closed defect (bug) (fixed)
Missing plural forms in "unexpected output" string
Reported by: | SergeyBiryukov | Owned by: | pento |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
This message can be displayed when activating a plugin:
The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
For proper i18n, the first sentence should use _n()
.
Attachments (1)
Change History (6)
#2
@
6 years ago
- Keywords has-patch added
Fixed in 42355.diff.
Tested to confirm that it works. See screenshots below:
1 character:
https://cldup.com/Tksa-ZPfci.png
2 characters:
Note: See
TracTickets for help on using
tickets.
Working on it now.