From ca92da1dcce7179e9d801809147b97249b4105cc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 16 Sep 2017 05:12:48 +0000 Subject: [PATCH] Twenty Fifteen: Add missing comma in `ie.css`. Props lalitpendhare. Fixes #41890. Built from https://develop.svn.wordpress.org/trunk@41382 git-svn-id: http://core.svn.wordpress.org/trunk@41215 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/css/ie.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/css/ie.css b/wp-content/themes/twentyfifteen/css/ie.css index 53de092d9d..74ead6a51b 100644 --- a/wp-content/themes/twentyfifteen/css/ie.css +++ b/wp-content/themes/twentyfifteen/css/ie.css @@ -860,7 +860,7 @@ video { } .rtl blockquote.alignright, -.rtl .wp-caption.alignright +.rtl .wp-caption.alignright, .rtl img.alignright { margin: 0.4211em 0 1.6842em 1.6842em; } diff --git a/wp-includes/version.php b/wp-includes/version.php index e74fd101dc..ce929f326e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41381'; +$wp_version = '4.9-alpha-41382'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.