Default topic count scaling for tag links.
(int) (Required) Number of posts with that tag.
(int) Scaled count.
File: wp-includes/category-template.php
function default_topic_count_scale( $count ) {
	return round( log10( $count + 1 ) * 100 );
}  | Version | Description | 
|---|---|
| 2.9.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/functions/default_topic_count_scale