wp-content/themes/twentytwentyfive/functions.php:36Enqueues editor-style.css in the editors.
void function twentytwentyfive_editor_style() { add_editor_style( get_parent_theme_file_uri( 'assets/css/editor-style.css' ) ); }Introduced in Twenty Twenty-Five 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentytwentyfive/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.