wp-content/themes/twentyfourteen/inc/custom-header.php:104Styles the header image displayed on the Appearance > Header screen.
function twentyfourteen_admin_header_style() { ?> <style id="twentyfourteen-admin-header-css"> .appearance_page_custom-header #headimg { background-color: #000; border: none; max-width: 1260px; min-height: 48px; } #headimg h1 { font-family: Lato, sans-serif; font-size: 18px; line-height: 48px; margin: 0 0 0 30px; } .rtl #headimg h1 { margin: 0 30px 0 0; } #headimg h1 a { color: #fff; text-decoration: none; } #headimg img { vertical-align: middle; } </style> <?php }Introduced in Twenty Fourteen 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/twentyfourteen/inc/custom-header.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.