Changes between Version 13 and Version 14 of Ticket #17242
- Timestamp:
- 04/28/2011 03:54:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17242 – Description
v13 v14 3 3 '''Theme Support''' 4 4 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. 8 6 9 7 '''Custom Header Code'''