Opened 14 years ago
Closed 14 years ago
#10540 closed defect (bug) (fixed)
Typo in l10n.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.8.2 |
Component: | I18N | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
On line 256 of l10n there is what I believe to be a typo.
return apply_filters( 'ngettext_with_context ', $translation, $single, $plural, $number, $context, $domain );
I think it the filter should not be "ngettext_with_context " but rather "ngettext_with_context".
I apologize in advance if I am not submitting this correctly it is my first time.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
(In [11780]) Correct the name of the filter in _nx(). Fixes #10540 props CalebKniffen.