Changeset 5839 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-internal-stats.php
- Timestamp:
- 08/24/2017 05:59:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-internal-stats.php
r4999 r5839 78 78 */ 79 79 protected function sanitize_active_installs( $active_installs ) { 80 if ( $active_installs > 3000000 ) {81 // 3million +;82 return 3000000;80 if ( $active_installs > 5000000 ) { 81 // 5 million +; 82 return 5000000; 83 83 } elseif ( $active_installs > 1000000 ) { 84 84 $round = 1000000;
Note: See TracChangeset
for help on using the changeset viewer.