From 87609efbe5ecdbc0fea32afbb8ee0e4afd6adaa3 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 29 Jun 2014 16:13:09 +0200 Subject: [PATCH] Remove comment about externaledit from EditAction The ExternalEdit class was removed in Ic3791d188688f556753ab5556a4d9733bbf2e85e Change-Id: I3cec96c0fe2a597ba5360c08d6bde55397fc9204 --- includes/actions/EditAction.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/actions/EditAction.php b/includes/actions/EditAction.php index 72210a920a..31f58b8072 100644 --- a/includes/actions/EditAction.php +++ b/includes/actions/EditAction.php @@ -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 */ -- 2.20.1