#43193 closed task (blessed) (fixed)
Support x+ Million active installs for plugins
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Plugins | Keywords: | needs-patch |
| Focuses: | Cc: |
Description
A few months ago WordPress.org updated the maximum number of active installs that would be shown for plugins from 1m+ to 5m+. However, core currently maxes out at 1+ million.
We should change that for consistency.
We should also ensure that the string used here supports 10m+ in the future.
Attachments (1)
Change History (10)
#2
follow-up:
↓ 4
@
8 years ago
- Keywords has-patch added
43193.diff implements this using _nx(), however I'm not sure if that's the best method in which to do it.
Do I pass 2,000,000 or 2 to the $number field for example? (I pass 2000000, and insert 2, which seems wrong)
#4
in reply to:
↑ 2
@
8 years ago
Replying to dd32:
Do I pass
2,000,000or2to the$numberfield for example? (I pass2000000, and insert2, which seems wrong)
$number should be the number displayed in the string, e.g. 2, 5, or 10.
#5
@
8 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 42829:
Note: See
TracTickets for help on using
tickets.
Example of a plugin with >1m installs: https://wordpress.org/plugins/akismet/