#31865 closed enhancement (fixed)
Add Plugins Active Installs to core
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Upgrade/Install | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Since WordPress.org now displays Active Installs inplace of the Download count, WordPress should also present that information.
There's two implementation possibilities:
- Remove Download count entirely, and replace it with Active Installs
- Simply display Active Installs as a new item above Downloads
The active Install count isn't exposed through the API yet, however will be made available for this ticket shortly.
Thoughts?
Attachments (1)
Change History (9)
#2
@
10 years ago
- Keywords needs-patch added
Seems like we try to be consistent with .org whenever possible, so I'd be willing to entertain including this in 4.2 as long as we get the associated string changes from %s downloads
to %s active installs
, etc. done before beta 4 is tagged tomorrow.
Feel free to milestone this once there's a patch :-)
#4
@
10 years ago
- Milestone changed from Awaiting Review to 4.2
31865.diff contains the core alterations needed, the API has been updated.
Can someone review the strings for me? I'm mostly concerned with the seemingly-random capitalisation on the listing screen.
Definitely replace download count with active installs.