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.