wp-content/themes/twentyten/functions.php:778Enqueue styles for the block-based editor.
function twentyten_block_editor_styles() { // Block styles. wp_enqueue_style( 'twentyten-block-editor-style', get_template_directory_uri() . '/editor-blocks.css', array(), '20240703' );}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.