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