diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 1915740907..f8ce0a7122 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -1017,7 +1017,6 @@ a:focus { background-color: #fff; border-top: 1px solid rgba(51, 51, 51, 0.1); font-family: "Noto Sans", sans-serif; - overflow: hidden; } .pagination .nav-links { diff --git a/wp-includes/version.php b/wp-includes/version.php index 345879d640..347ef83f40 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30588'; +$wp_version = '4.1-beta2-30589'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.