diff --git a/wp-content/themes/twentyfourteen/css/blocks.css b/wp-content/themes/twentyfourteen/css/blocks.css index 425c8dbc21..b696ecb241 100644 --- a/wp-content/themes/twentyfourteen/css/blocks.css +++ b/wp-content/themes/twentyfourteen/css/blocks.css @@ -227,6 +227,7 @@ p.has-drop-cap:not(:focus)::first-letter { font-weight: 700; line-height: 15px; padding: 10px 30px 11px; + text-decoration: none; text-transform: uppercase; vertical-align: bottom; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 9f9cf2cccc..c08bfcc289 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44377'; +$wp_version = '5.1-alpha-44378'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.