Changeset 1559 for sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/functions.php
- Timestamp:
- 05/09/2015 10:47:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/functions.php
r1476 r1559 6 6 add_theme_support( 'custom-header', array( 7 7 'default-image' => false, 8 'header-text' => false, 9 'width' => 466, 10 'height' => 303, 8 'header-text' => false, 9 'width' => 466, 10 'height' => 303, 11 'flex-height' => true, 12 'flex-width' => true, 11 13 ) ); 12 14
Note: See TracChangeset
for help on using the changeset viewer.