diff --git a/wp-content/themes/twentyfourteen/css/editor-style.css b/wp-content/themes/twentyfourteen/css/editor-style.css index 4f91b4200b..5ecb775250 100644 --- a/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/wp-content/themes/twentyfourteen/css/editor-style.css @@ -294,6 +294,10 @@ a:hover { outline: 0; } +:where(.mce-content-body[class*="post-type-"], .wp-block-post-content) a { + text-decoration: underline; +} + /** * 5.0 Alignment diff --git a/wp-includes/version.php b/wp-includes/version.php index 84ce8ee118..e53d5c6cab 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta3-58462'; +$wp_version = '6.6-beta3-58463'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.