wp-content/themes/twentyten/functions.php:767Enqueue scripts and styles for front end.
function twentyten_scripts_styles() { // Theme block stylesheet. wp_enqueue_style( 'twentyten-block-style', get_template_directory_uri() . '/blocks.css', array(), '20250220' );}Introduced in Twenty Ten 2.6. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentyten/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.