diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-content/themes/twentytwelve/inc/custom-header.php --- a/wp/wp-content/themes/twentytwelve/inc/custom-header.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-content/themes/twentytwelve/inc/custom-header.php Tue Jun 09 03:35:32 2015 +0200 @@ -2,7 +2,7 @@ /** * Implement an optional custom header for Twenty Twelve * - * See http://codex.wordpress.org/Custom_Headers + * See https://codex.wordpress.org/Custom_Headers * * @package WordPress * @subpackage Twenty_Twelve @@ -51,8 +51,6 @@ * Load our special font CSS file. * * @since Twenty Twelve 1.2 - * - * @return void */ function twentytwelve_custom_header_fonts() { $font_url = twentytwelve_get_font_url(); @@ -149,19 +147,17 @@ * @since Twenty Twelve 1.0 */ function twentytwelve_admin_header_image() { + $style = 'color: #' . get_header_textcolor() . ';'; + if ( ! display_header_text() ) { + $style = 'display: none;'; + } ?>
- -

onclick="return false;" href="">

-

>

+

+

- +
-