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 năm trước cách đây
mục cha
commit
eba34038e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      varia/functions.php

+ 1 - 1
varia/functions.php

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