diff --git a/wp-content/themes/twentyfifteen/rtl.css b/wp-content/themes/twentyfifteen/rtl.css index dbdd90e4cd..19d4120692 100644 --- a/wp-content/themes/twentyfifteen/rtl.css +++ b/wp-content/themes/twentyfifteen/rtl.css @@ -267,6 +267,13 @@ img.alignleft { content: "\f430"; } +.entry-content a, +.entry-summary a, +.page-content a, +.comment-content a { + display: inline; +} + .author-link:after { content: "\f430"; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 8a26bc9e21..e8ae18f3a4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30221'; +$wp_version = '4.1-alpha-30222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.