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