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.