浏览代码

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

Ben Dwyer 4 年之前
父节点
当前提交
afc9ab312a
共有 1 个文件被更改,包括 0 次插入3 次删除
  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' );