Opened 17 years ago
Closed 17 years ago
#9847 closed defect (bug) (fixed)
wp_sprintf_l() incorrect last item separator
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Formatting | Keywords: | has-patch |
| Focuses: | Cc: |
Description
While ", and" is only a separator between last 2 items in English, in formatting.php it is used as separator between last *3* items instead. This is due to an incorrect item count, which is fixed in the patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fix item count in wp_sprintf_l()