#37509 closed defect (bug) (fixed)
Make plugin number of active installs consistent with plugin directory
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Plugins | Keywords: | has-screenshots good-first-bug has-patch |
Focuses: | ui, administration | Cc: |
Description (last modified by )
The WordPress Plugin Directory website and the WordPress Add Plugin search results are inconsistent with how they display the number of active installs when the count is low (e.g. less than 10).
In the WordPress Plugin Directory it displays 'Active Installs: Less than 10' and in WordPress it displays '0+ Active Installs'.
Search term to reproduce the search results is 'abn lookup'.
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php?marks=564-569&rev=38119#L561 needs an extra branch for 0 = 'Less than 10', assuming that is the logic that the Plugin Directory uses.
Attachments (4)
Change History (12)
@
7 years ago
Active Installs Count as seen in WordPress Add Plugins search results (0+ Active Installs)
#1
@
7 years ago
- Component changed from General to Plugins
- Focuses ui administration added
- Keywords has-screenshots added
#2
@
7 years ago
- Description modified (diff)
- Keywords needs-patch good-first-bug added
- Milestone changed from Awaiting Review to Future Release
- Version changed from trunk to 4.2
The same should be done here: https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/plugin-install.php?rev=38119&marks=562-566#L561
@
7 years ago
Add branches for 'Less Than 10' Active Installs - note using Title Case, as this is the standard used in this section - unlike in the WP Plugin Directory.
This ticket was mentioned in Slack in #core by ovann86. View the logs.
7 years ago
#5
@
7 years ago
- Keywords needs-testing removed
The patch applied and it successfully fixed the problem.
Active Installs Count as seen in the WordPress Plugin Directory (Less than 10)