From 47223f2f08dc33a163326490a5a10bd162d2355b Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Thu, 20 Mar 2008 18:28:02 +0000 Subject: [PATCH] (bug 13444) Add description to list=watchlist --- RELEASE-NOTES | 1 + includes/api/ApiQueryWatchlist.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1db811a2f4..a64df70708 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 8960664458..16f8855c7f 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -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() { -- 2.20.1