(bug 13444) Add description to list=watchlist
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 20 Mar 2008 18:28:02 +0000 (18:28 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 20 Mar 2008 18:28:02 +0000 (18:28 +0000)
RELEASE-NOTES
includes/api/ApiQueryWatchlist.php

index 1db811a..a64df70 100644 (file)
@@ -140,6 +140,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 13395) list=allcategories should use category table
 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now 
   handled properly.
+* (bug 13444) Add description to list=watchlist
 
 === Languages updated in 1.13 ===
 
index 8960664..16f8855 100644 (file)
@@ -315,7 +315,7 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase {
        }
 
        public function getDescription() {
-               return '';
+               return "Get all recent changes to pages in the logged in user's watchlist";
        }
 
        protected function getExamples() {