Make WordPress Core


Ignore:
Timestamp:
04/15/2012 08:51:24 PM (13 years ago)
Author:
nacin
Message:

Flexible heights for Twenty Ten's custom headers. see #20448.

File:
1 edited

Legend:

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

    r20473 r20474  
    106106        'width' => apply_filters( 'twentyten_header_image_width', 940 ),
    107107        'height' => apply_filters( 'twentyten_header_image_height', 198 ),
     108        // Support flexible heights.
     109        'flex-height' => true,
    108110        // Don't support text inside the header image.
    109111        'header-text' => false,
Note: See TracChangeset for help on using the changeset viewer.