X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FEditPage.php;h=27f4556bf71e0b431608855690c8b4f41e13b01b;hb=9bb7dc358e8e31f3c395e4f33785718324d4b633;hp=c97431a0d874c1a98d8463cfb4b75147d9f5afd6;hpb=bea7a64218b960614aea8284aea597ecf2f02bdf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index c97431a0d8..27f4556bf7 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2138,7 +2138,7 @@ class EditPage { } } - //@todo: add EditForm plugin interface and use it here! + // @todo add EditForm plugin interface and use it here! // search for textarea1 and textares2, and allow EditForm to override all uses. $wgOut->addHTML( Html::openElement( 'form', array( 'id' => self::EDITFORM_ID, 'name' => self::EDITFORM_ID, 'method' => 'post', 'action' => $this->getActionURL( $this->getContextTitle() ),