diff --git a/src/wp-content/themes/twentytwentyone/functions.php b/src/wp-content/themes/twentytwentyone/functions.php index d406776042..eb80b67daa 100644 --- a/src/wp-content/themes/twentytwentyone/functions.php +++ b/src/wp-content/themes/twentytwentyone/functions.php @@ -322,8 +322,8 @@ if ( ! function_exists( 'twenty_twenty_one_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 link color control. + add_theme_support( 'link-color' ); // Add support for experimental cover block spacing. add_theme_support( 'custom-spacing' );