Remove comment about externaledit from EditAction
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 29 Jun 2014 14:13:09 +0000 (16:13 +0200)
committerIAlex <codereview@emsenhuber.ch>
Sun, 29 Jun 2014 14:22:55 +0000 (14:22 +0000)
The ExternalEdit class was removed in
Ic3791d188688f556753ab5556a4d9733bbf2e85e

Change-Id: I3cec96c0fe2a597ba5360c08d6bde55397fc9204

includes/actions/EditAction.php

index 72210a9..31f58b8 100644 (file)
@@ -26,8 +26,7 @@
 /**
  * Page edition handler
  *
- * This is a wrapper that will call the EditPage class, or ExternalEdit
- * if $wgUseExternalEditor is set to true and requested by the user.
+ * This is a wrapper that will call the EditPage class or a custom editor from an extension.
  *
  * @ingroup Actions
  */