diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 4d5b6f4a1e..5b5347665d 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -1985,6 +1985,11 @@ a.post-thumbnail:focus { content: "\f411"; } +.comments-link, +.edit-link { + white-space: nowrap; +} + .page-header { background-color: #fff; border-bottom: 1px solid rgba(51, 51, 51, 0.1); diff --git a/wp-includes/version.php b/wp-includes/version.php index f96d6edbb8..54f30e59e3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30214'; +$wp_version = '4.1-alpha-30215'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.