diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 75ee85c31b..1915740907 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -1173,6 +1173,7 @@ a:focus { */ /* Text meant only for screen readers */ +.says, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; @@ -2218,10 +2219,6 @@ a.post-thumbnail:focus { width: 24px; } -.says { - display: none; -} - .bypostauthor > article .fn:after { content: "\f304"; position: relative; diff --git a/wp-includes/version.php b/wp-includes/version.php index 49b1c7e566..4464406310 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30569'; +$wp_version = '4.1-beta2-30570'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.