#8100 closed enhancement (fixed)
Use number_format_i18n() for plugin review counts on Plugin Directory
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Component: | Plugin Directory | Keywords: | has-patch |
| Cc: |
Description
The star rating counts displayed on plugin pages (e.g., 3821, 189, 101) are currently unformatted, which affects readability.
We should apply number_format_i18n() to these numbers to improve clarity and better support localization. For example:
- 3821 → 3,821 (in en_US)
- 3821 → 3.821 (in de_DE)
This affects all plugin pages on wordpress.org.
Attachments (1)
Change History (5)
This ticket was mentioned in PR #707 on WordPress/wporg-mu-plugins by @dd32.
6 weeks ago
#1
- Keywords has-patch added; needs-patch removed
Fixes https://meta.trac.wordpress.org/ticket/8100
| Before | After |
|---|---|
| | |
Note: See
TracTickets for help on using
tickets.
Ratings bar