Opened 17 years ago
Closed 17 years ago
#9847 closed defect (bug) (fixed)
wp_sprintf_l() incorrect last item separator
| Reported by: | abelcheung | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Formatting | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fix item count in wp_sprintf_l()