Changeset 30021
- Timestamp:
- 10/25/2014 03:55:37 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/custom-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r29454 r30021 1108 1108 $has_flex_height = current_theme_supports( 'custom-header', 'flex-height' ); 1109 1109 $has_max_width = current_theme_supports( 'custom-header', 'max-width' ) ; 1110 $dst = array( 'dst_height' => null, 'dst_ height' => null );1110 $dst = array( 'dst_height' => null, 'dst_width' => null ); 1111 1111 1112 1112 // For flex, limit size of image displayed to 1500px unless theme says otherwise
Note: See TracChangeset
for help on using the changeset viewer.