Make WordPress Core

Ticket #26338: 26338.patch

File 26338.patch, 552 bytes (added by Frank Klein, 11 years ago)
  • wp-content/themes/twentyfourteen/inc/custom-header.php

     
    6868                // Has the text been hidden?
    6969                if ( 'blank' == $header_text_color ) :
    7070        ?>
    71                 .site-title {
     71                .site-title,
     72                .site-description {
    7273                        position: absolute !important;
    7374                        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    7475                        clip: rect(1px, 1px, 1px, 1px);