diff --git a/wp-content/themes/twentytwentyone/functions.php b/wp-content/themes/twentytwentyone/functions.php index d406776042..eb80b67daa 100644 --- a/wp-content/themes/twentytwentyone/functions.php +++ b/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' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 4f848ba3fe..506999bdb9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56169'; +$wp_version = '6.3-beta3-56170'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.