Making WordPress.org

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#6281 closed defect (bug) (fixed)

Mismatch of Active Installation Result On WordPress.org or Site Admin

Reported by: hardiksharma's profile hardiksharma Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: Plugin Directory Keywords:
Cc:

Description

There is a plugin Map Engine Which Active Install is fewer than 10 on WordPress.org
As you see in the Image
And 10+ in Site Admin Or Plugin List see in the Image

Attachments (2)

SiteAdmin.png (504.8 KB) - added by hardiksharma 2 years ago.
WordPress-Org.png (162.9 KB) - added by hardiksharma 2 years ago.
WordPress Org Active Instal Result Image

Download all attachments as: .zip

Change History (4)

@hardiksharma
2 years ago

WordPress Org Active Instal Result Image

#1 @Otto42
2 years ago

  • Resolution set to invalid
  • Status changed from new to closed

When the data is that low, it is not exact.

#2 @dd32
2 years ago

  • Owner set to dd32
  • Resolution changed from invalid to fixed

In 11774:

Plugin Directory: Properly show "10+" for Active Installs on WordPress.org plugin pages.

The API (and therefor WordPress core) properly show 10+ here, but on WordPress.org we were incorrectly checking for <=.

0 = Less than 10, 10 = 10+, 20 = 20+, etc.

Props hardiksharma for noticing.
Fixes #6281.

Note: See TracTickets for help on using tickets.