From 376435ac9ae6224f7e244f214df3a12e4afb6587 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 Jul 2020 16:12:03 +0000 Subject: [PATCH] Sitemaps: Remove some extra space from `WP_Sitemaps_Stylesheet::get_stylesheet_css()`. Follow-up to [48414]. See #50449. Built from https://develop.svn.wordpress.org/trunk@48425 git-svn-id: http://core.svn.wordpress.org/trunk@48194 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../sitemaps/class-wp-sitemaps-stylesheet.php | 27 +++++++++++-------- wp-includes/version.php | 2 +- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php b/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php index 829e50813a..652a2b75dd 100644 --- a/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php +++ b/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php @@ -86,7 +86,9 @@ class WP_Sitemaps_Stylesheet { {$title} - +
@@ -192,7 +194,9 @@ XSL; {$title} - +
@@ -251,42 +255,43 @@ XSL; $text_align = is_rtl() ? 'right' : 'left'; $css = <<