From: Evan Prodromou Date: Mon, 3 May 2010 15:23:01 +0000 (-0400) Subject: mark notice pages as being archived X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=40618b49e1d7bde1b348f3675b12e3f582884515;p=quix0rs-gnu-social.git mark notice pages as being archived --- diff --git a/plugins/Sitemap/noticesitemap.php b/plugins/Sitemap/noticesitemap.php index bc8a7bfd65..9f323f72aa 100644 --- a/plugins/Sitemap/noticesitemap.php +++ b/plugins/Sitemap/noticesitemap.php @@ -75,7 +75,7 @@ class NoticesitemapAction extends SitemapAction $this->j++; return array(common_local_url('shownotice', array('notice' => $n[0])), common_date_w3dtf($n[1]), - null, + 'never', null); } else { return null;