Your image height is too small.
-
Nope, it is not. It is exactly the right height.
class-custom-headers-admin.php (v 0.1.0) Line 113:
$theme_height = get_theme_support( 'custom-header', 'width' );
I believe it should be:
$theme_height = get_theme_support( 'custom-header', 'height' );
- The topic ‘Your image height is too small.’ is closed to new replies.