From fe4662936d1b3da62f6ac8ec1414def684a27497 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sat, 21 Jan 2012 17:21:53 +0000 Subject: [PATCH] +@since for getActionName (r109678) --- includes/Action.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Action.php b/includes/Action.php index c7c06bd13a..2dcdf78ec9 100644 --- a/includes/Action.php +++ b/includes/Action.php @@ -91,6 +91,7 @@ abstract class Action { * passed through the "action" request parameter. Actions disabled in * $wgDisabledActions will be replaced by "nosuchaction". * + * @since 1.19 * @param $context IContextSource * @return string: action name */ -- 2.20.1