diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index fba571bd10..fb2295c564 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -151,7 +151,6 @@ a:active { a img { border: 0; - display: block; } @@ -1757,6 +1756,13 @@ a.post-thumbnail:focus { border-bottom: 0; } +.entry-content a img, +.entry-summary a img, +.page-content a img, +.comment-content a img { + display: block; +} + .entry-content .more-link, .entry-summary .more-link:after { white-space: nowrap; diff --git a/wp-includes/version.php b/wp-includes/version.php index 1af63e52b8..32a2e1b3cc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30268'; +$wp_version = '4.1-alpha-30269'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.