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