]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove default priority from sitemaps
authorEvan Prodromou <evan@prodromou.name>
Thu, 17 Jul 2008 15:36:57 +0000 (11:36 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 17 Jul 2008 15:36:57 +0000 (11:36 -0400)
darcs-hash:20080717153657-84dde-bbd0179305b8080911be123ffec26cee03bc1153.gz

sitemap.php

index 41d22771139f713eaa08f3084c28ae2dad671c79..67cbcd950c25c7eeb093e0d1c6a9f89a5fba45a5 100644 (file)
@@ -32,8 +32,7 @@ function index_map() {
                $index_urls .= url(
                                                   array(
                                                                 'url' => $output_url . $file_name,
-                                                                'changefreq' => 'daily',
-                                                                'priority' => '1',
+                                                                'changefreq' => 'daily'
                                                                 )
                                                   );
        }