From 38b561e8df7e01884d5f7a936dd2bc7a148c157a Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Thu, 24 Sep 2015 16:03:24 +0000 Subject: [PATCH] Twenty Fifteen: Add a missing comma in rtl.css. Props Toro_Unit. Fixes #33985. Built from https://develop.svn.wordpress.org/trunk@34501 git-svn-id: http://core.svn.wordpress.org/trunk@34465 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/rtl.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/rtl.css b/wp-content/themes/twentyfifteen/rtl.css index 4f4a471cdd..3cf2459940 100644 --- a/wp-content/themes/twentyfifteen/rtl.css +++ b/wp-content/themes/twentyfifteen/rtl.css @@ -477,7 +477,7 @@ img.alignleft { } blockquote.alignright, - .wp-caption.alignright + .wp-caption.alignright, img.alignright { margin: 0.4118em 0 1.6471em 1.6471em; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 55180c69a0..f2fdf5576d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34500'; +$wp_version = '4.4-alpha-34501'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.