#42355 closed defect (bug) (fixed)
Missing plural forms in "unexpected output" string
| Reported by: | SergeyBiryukov | Owned by: | pento |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
8 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Working on it now.