Silence transaction profiler master queries notices for rollback
[lhc/web/wiklou.git] / includes / actions / Action.php
index 66f4d59..e5233f0 100644 (file)
@@ -30,7 +30,7 @@ use MediaWiki\MediaWikiServices;
  * are distinct from Special Pages because an action must apply to exactly one page.
  *
  * To add an action in an extension, create a subclass of Action, and add the key to
- * $wgActions.  There is also the deprecated UnknownAction hook
+ * $wgActions.
  *
  * Actions generally fall into two groups: the show-a-form-then-do-something-with-the-input
  * format (protect, delete, move, etc), and the just-do-something format (watch, rollback,
@@ -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' ) ) {