Index: trunk/phase3/includes/api/ApiQueryWatchlist.php |
— | — | @@ -315,7 +315,7 @@ |
316 | 316 | } |
317 | 317 | |
318 | 318 | public function getDescription() { |
319 | | - return ''; |
| 319 | + return "Get all recent changes to pages in the logged in user's watchlist"; |
320 | 320 | } |
321 | 321 | |
322 | 322 | protected function getExamples() { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -140,6 +140,7 @@ |
141 | 141 | * (bug 13395) list=allcategories should use category table |
142 | 142 | * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now |
143 | 143 | handled properly. |
| 144 | +* (bug 13444) Add description to list=watchlist |
144 | 145 | |
145 | 146 | === Languages updated in 1.13 === |
146 | 147 | |