소스 검색

Add experimental padding support

Jordan 4 년 전
부모
커밋
7e91b59a6a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      varia/functions.php

+ 3 - 0
varia/functions.php

@@ -212,6 +212,9 @@ if ( ! function_exists( 'varia_setup' ) ) :
 		// Add support for experimental cover block spacing.
 		add_theme_support( 'custom-spacing' );
 
+		// Add support for experimental custom spacing controls.
+		add_theme_support( 'experimental-custom-spacing' );
+
 		// Add support for custom units.
 		add_theme_support( 'custom-units' );