wp-content/themes/twentyeleven/functions.php:305Enqueue scripts and styles for front end.
function twentyeleven_scripts_styles() { // Theme block stylesheet. wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20240703' );}Introduced in Twenty Eleven 2.9. 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.