diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index e9c35f89d2..2ea6501893 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -490,6 +490,10 @@ textarea { button, input { + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; line-height: normal; } diff --git a/wp-includes/version.php b/wp-includes/version.php index b439a1e85d..56d6af1da5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta1-33092'; +$wp_version = '4.3-beta1-33093'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.