From: umherirrender Date: Sun, 29 Jun 2014 14:13:09 +0000 (+0200) Subject: Remove comment about externaledit from EditAction X-Git-Tag: 1.31.0-rc.0~15169 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=87609efbe5ecdbc0fea32afbb8ee0e4afd6adaa3;p=lhc%2Fweb%2Fwiklou.git Remove comment about externaledit from EditAction The ExternalEdit class was removed in Ic3791d188688f556753ab5556a4d9733bbf2e85e Change-Id: I3cec96c0fe2a597ba5360c08d6bde55397fc9204 --- 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 */