wp-content/themes/twentyten/functions.php:276Styles the header image displayed on the Appearance > Header admin panel.
function twentyten_admin_header_style() { ?> <style type="text/css" id="twentyten-admin-header-css"> /* Shows the same border as on front end */ #headimg { border-bottom: 1px solid #000; border-top: 4px solid #000; } /* If header-text was supported, you would style the text with these selectors: #headimg #name { } #headimg #desc { } */ </style> <?php }Introduced in Twenty Ten 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/twentyten/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.