Ticket #2604: 3mil.diff
File 3mil.diff, 755 bytes (added by , 8 years ago) |
---|
-
wp-content/plugins/plugin-directory/libs/site-search/jetpack-search.php
979 979 ), 980 980 ), 981 981 array( 982 //there aren't that many plugins with more than 1 million (6 total) 983 // we don't need to differentiate them as much 984 'filter' => array( 985 'range' => array( 'active_installs' => array( 986 'lte' => 1000000 987 ) ) 988 ), 982 989 'exp' => array( 983 990 'active_installs' => array( 984 991 'origin' => 1000000,