wp-content/themes/twentyfifteen/functions.php:612Modifies tag cloud widget arguments to display all tags in the same font size and use list format for better accessibility.
$argsarrayarrayfunction twentyfifteen_widget_tag_cloud_args( $args ) { $args['largest'] = 22; $args['smallest'] = 8; $args['unit'] = 'pt'; $args['format'] = 'list'; return $args;}Introduced in Twenty Fifteen 1.9. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentyfifteen/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.