Make WordPress Core

Changes between Version 13 and Version 14 of Ticket #17242


Ignore:
Timestamp:
04/28/2011 03:54:38 PM (13 years ago)
Author:
lancewillett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17242 – Description

    v13 v14  
    33'''Theme Support'''
    44
    5 {{{add_theme_support( 'allow_flexible_header_height', 200 );}}} [[BR]] Where 200 is the maximum height allowed.
    6 
    7 {{{add_theme_support( 'allow_flexible_header_width', 1000 );}}} [[BR]] Where 1000 is the maximum width allowed.
     5{{{add_theme_support( 'flexible_header_image_upload', 1000, 200 );}}} [[BR]] Where 1000 is the maximum width and 200 is the maximum height allowed.
    86
    97'''Custom Header Code'''