Browse Source

Merge pull request #1565 from Automattic/fix/varia-fix-1488

Varia: Restore the “Skip cropping” option to custom-logo setup.
Allan Cole 5 years ago
parent
commit
eba34038e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      varia/functions.php

+ 1 - 1
varia/functions.php

@@ -88,7 +88,7 @@ if ( ! function_exists( 'varia_setup' ) ) :
 				'height'      => 96,
 				'height'      => 96,
 				'width'       => 100,
 				'width'       => 100,
 				'flex-width'  => true,
 				'flex-width'  => true,
-				'flex-height' => false,
+				'flex-height' => true,
 				'header-text' => array( 'site-title', 'site-description' ),
 				'header-text' => array( 'site-title', 'site-description' ),
 			)
 			)
 		);
 		);