Quellcode durchsuchen

Add experimental padding support

Jordan vor 4 Jahren
Ursprung
Commit
7e91b59a6a
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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' );