From 85fd2fa46736335c89490d75e6b46fc28f4eda71 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 7 Nov 2014 16:34:24 +0000 Subject: [PATCH] Twenty Fifteen: update earlier patch to borders on linked images so we're not affecting the display of linked icons in widgets. Props iamtakashi, fixes #29963. Built from https://develop.svn.wordpress.org/trunk@30269 git-svn-id: http://core.svn.wordpress.org/trunk@30269 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 8 +++++++- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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.