X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecialpage%2FChangesListSpecialPage.php;h=008200d45c18197a42bbd03d442895a6e908a883;hb=e4fc0b772130dd520f98b1db9e9313215569239e;hp=ad1ee36a8ddae1225adb9e3881ca6531ab2799f9;hpb=3b658a2dd3339dce93ad74984eb0120f6c50ccd9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specialpage/ChangesListSpecialPage.php b/includes/specialpage/ChangesListSpecialPage.php index ad1ee36a8d..008200d45c 100644 --- a/includes/specialpage/ChangesListSpecialPage.php +++ b/includes/specialpage/ChangesListSpecialPage.php @@ -348,10 +348,9 @@ abstract class ChangesListSpecialPage extends SpecialPage { abstract public function outputChangesList( $rows, $opts ); /** - * Return the text to be displayed above the changes + * Set the text to be displayed above the changes * * @param FormOptions $opts - * @return string XHTML */ public function doHeader( $opts ) { $this->setTopText( $opts );