remove default priority from sitemaps

darcs-hash:20080717153657-84dde-bbd0179305b8080911be123ffec26cee03bc1153.gz
This commit is contained in:
Evan Prodromou 2008-07-17 11:36:57 -04:00
parent 753a03d895
commit 74b063f20b
1 changed files with 1 additions and 2 deletions

View File

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