From cf3203e016c8a8fd674264a50c4684c03ebaf3c8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 26 Sep 2015 10:49:26 +0000 Subject: [PATCH] Twenty Fifteen: Add missing commas in `rtl.css`. Props netweb. Fixes #33985. Built from https://develop.svn.wordpress.org/trunk@34586 git-svn-id: http://core.svn.wordpress.org/trunk@34550 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/rtl.css | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyfifteen/rtl.css b/wp-content/themes/twentyfifteen/rtl.css index 3cf2459940..809504a53c 100644 --- a/wp-content/themes/twentyfifteen/rtl.css +++ b/wp-content/themes/twentyfifteen/rtl.css @@ -561,7 +561,7 @@ img.alignleft { } blockquote.alignright, - .wp-caption.alignright + .wp-caption.alignright, img.alignright { margin: 0.4211em 0 1.6842em 1.6842em; } @@ -721,7 +721,7 @@ img.alignleft { } blockquote.alignright, - .wp-caption.alignright + .wp-caption.alignright, img.alignright { margin: 0.4118em 0 1.6471em 1.6471em; } @@ -786,7 +786,7 @@ img.alignleft { } blockquote.alignright, - .wp-caption.alignright + .wp-caption.alignright, img.alignright { margin: 0.4211em 0 1.6842em 1.6842em; } diff --git a/wp-includes/version.php b/wp-includes/version.php index ccd71b9799..f22519ff38 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34585'; +$wp_version = '4.4-alpha-34586'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.