summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php')
-rw-r--r--plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php b/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php
index cca2c644..05d4c631 100644
--- a/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php
+++ b/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php
@@ -38,14 +38,14 @@ class Jetpack_Sitemap_Buffer_News extends Jetpack_Sitemap_Buffer_Fallback {
)
);
- $jetpack_version = JETPACK__VERSION;
+ $jetpack_version = JETPACK__VERSION;
$news_sitemap_xsl_url = $this->finder->construct_sitemap_url( 'news-sitemap.xsl' );
$this->root = array(
"<!-- generator='jetpack-{$jetpack_version}' -->" . PHP_EOL
. "<?xml-stylesheet type='text/xsl' href='{$news_sitemap_xsl_url}'?>" . PHP_EOL
. '<urlset ' . $this->array_to_xml_attr_string( $namespaces ) . '>',
- '</urlset>'
+ '</urlset>',
);
$this->byte_capacity -= strlen( join( '', $this->root ) );