From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- includes/actions/WatchAction.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'includes/actions/WatchAction.php') diff --git a/includes/actions/WatchAction.php b/includes/actions/WatchAction.php index e2636452..ae5f76c6 100644 --- a/includes/actions/WatchAction.php +++ b/includes/actions/WatchAction.php @@ -20,6 +20,11 @@ * @ingroup Actions */ +/** + * Page addition to a user's watchlist + * + * @ingroup Actions + */ class WatchAction extends FormAction { public function getName() { @@ -148,6 +153,11 @@ class WatchAction extends FormAction { } } +/** + * Page removal from a user's watchlist + * + * @ingroup Actions + */ class UnwatchAction extends WatchAction { public function getName() { -- cgit v1.2.3-54-g00ecf