Explorar o código

Opt in to line custom-line-height (#2266)

Kjell Reigstad %!s(int64=5) %!d(string=hai) anos
pai
achega
0bff9da405
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      seedlet/functions.php

+ 3 - 0
seedlet/functions.php

@@ -255,6 +255,9 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
 		// Add support for responsive embedded content.
 		add_theme_support( 'responsive-embeds' );
 
+		// Add support for custom line height controls.
+		add_theme_support( 'custom-line-height' );
+
 		// Add support for experimental link color control.
 		add_theme_support( 'experimental-link-color' );