From 6bdd0658be164a0c458c262df69abd178f2f4953 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 20 Apr 2015 23:47:29 +0000 Subject: [PATCH] Twenty Fifteen: remove `a img { display: block; }` from editor-style.css. Matches previous changes to style.css and fixes extra space when displaying captions in Firefox. Fixes #32007. Built from https://develop.svn.wordpress.org/trunk@32231 git-svn-id: http://core.svn.wordpress.org/trunk@32205 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/css/editor-style.css | 4 ---- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/wp-content/themes/twentyfifteen/css/editor-style.css b/wp-content/themes/twentyfifteen/css/editor-style.css index 58838d9626..ab1b75a573 100644 --- a/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/wp-content/themes/twentyfifteen/css/editor-style.css @@ -301,10 +301,6 @@ img { vertical-align: middle; } -a img { - display: block; -} - figure { margin: 0; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 2238363d51..ee2007d348 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-RC2-32230'; +$wp_version = '4.2-RC2-32231'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.