+@since for getActionName (r109678)
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 21 Jan 2012 17:21:53 +0000 (17:21 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 21 Jan 2012 17:21:53 +0000 (17:21 +0000)
includes/Action.php

index c7c06bd..2dcdf78 100644 (file)
@@ -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
         */