From: Krinkle Date: Sat, 21 Jan 2012 17:21:53 +0000 (+0000) Subject: +@since for getActionName (r109678) X-Git-Tag: 1.31.0-rc.0~25148 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=fe4662936d1b3da62f6ac8ec1414def684a27497;p=lhc%2Fweb%2Fwiklou.git +@since for getActionName (r109678) --- 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 */