Browse Source

remove support for link color as this will need extra code to get it working properly

Ben Dwyer 4 years ago
parent
commit
afc9ab312a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      varia/functions.php

+ 0 - 3
varia/functions.php

@@ -184,9 +184,6 @@ if ( ! function_exists( 'varia_setup' ) ) :
 		// 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' );
-
 		// Add support for experimental cover block spacing.
 		add_theme_support( 'custom-spacing' );