]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
mark user pages as being high priority
authorEvan Prodromou <evan@status.net>
Mon, 3 May 2010 15:23:18 +0000 (11:23 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 1 Jun 2010 20:52:28 +0000 (13:52 -0700)
plugins/Sitemap/usersitemap.php

index 3e5ac4652534c277631b7d23cabb6179de767d8d..de120071578b77ebc6700b0500c05269115b648b 100644 (file)
@@ -72,7 +72,7 @@ class UsersitemapAction extends SitemapAction
         if ($this->j < count($this->users)) {
             $nickname = $this->users[$this->j];
             $this->j++;
-            return array(common_profile_url($nickname), null, null, null);
+            return array(common_profile_url($nickname), null, null, '1.0');
         } else {
             return null;
         }