X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FEditPage.php;h=27f4556bf71e0b431608855690c8b4f41e13b01b;hb=63df600442e6614c21c42390a42651a0a9e8c5eb;hp=c97431a0d874c1a98d8463cfb4b75147d9f5afd6;hpb=f08625ee12d531c1255780bfb7b7f6bb0905ffd9;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() ),