Make WordPress Core


Ignore:
Timestamp:
08/09/2012 05:32:39 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Eleven: fix long URLs in comments overflow content area, fixes #21491. Props SergeyBiryukov jkudish andrewspittle.

Also minor pinking shears in stylesheet and functions file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/functions.php

    r20983 r21487  
    132132        'admin-preview-callback' => 'twentyeleven_admin_header_image',
    133133    );
    134    
     134
    135135    add_theme_support( 'custom-header', $custom_header_support );
    136136
     
    222222    if ( $text_color == HEADER_TEXTCOLOR )
    223223        return;
    224        
     224
    225225    // If we get this far, we have custom styles. Let's do this.
    226226    ?>
Note: See TracChangeset for help on using the changeset viewer.