소스 검색

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

Varia: Restore the “Skip cropping” option to custom-logo setup.
Allan Cole 5 년 전
부모
커밋
eba34038e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' ),
 			)
 		);