Changeset 13743
- Timestamp:
- 05/22/2024 03:47:37 PM (5 months 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
r10389 r13743 79 79 */ 80 80 protected function sanitize_active_installs( $active_installs ) { 81 if ( $active_installs > 5000000 ) {82 // 5 million +;83 return 5000000;81 if ( $active_installs > 10000000 ) { 82 // 10 million + 83 return 10000000; 84 84 } elseif ( $active_installs > 1000000 ) { 85 85 $round = 1000000;
Note: See TracChangeset
for help on using the changeset viewer.