Merge "Minor cleanup in ApiBlockTest"
[lhc/web/wiklou.git] / includes / actions / Action.php
index 66f4d59..fb761a7 100644 (file)
@@ -132,7 +132,7 @@ abstract class Action implements MessageLocalizer {
                        $actionName = 'nosuchaction';
                }
 
-               // Workaround for bug #20966: inability of IE to provide an action dependent
+               // Workaround for T22966: inability of IE to provide an action dependent
                // on which submit button is clicked.
                if ( $actionName === 'historysubmit' ) {
                        if ( $request->getBool( 'revisiondelete' ) ) {