diff options
Diffstat (limited to 'plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php')
-rw-r--r-- | plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php b/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php index d211877d..5efe8247 100644 --- a/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php +++ b/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php @@ -39,13 +39,13 @@ class Jetpack_Sitemap_Buffer_Video extends Jetpack_Sitemap_Buffer_Fallback { ); $video_sitemap_xsl_url = $this->finder->construct_sitemap_url( 'video-sitemap.xsl' ); - $jetpack_version = JETPACK__VERSION; + $jetpack_version = JETPACK__VERSION; $this->root = array( "<!-- generator='jetpack-{$jetpack_version}' -->" . PHP_EOL . "<?xml-stylesheet type='text/xsl' href='{$video_sitemap_xsl_url}'?>" . PHP_EOL . '<urlset ' . $this->array_to_xml_attr_string( $namespaces ) . '>', - '</urlset>' + '</urlset>', ); $this->byte_capacity -= strlen( join( '', $this->root ) ); |