From: Rob Church Date: Tue, 19 Dec 2006 23:42:00 +0000 (+0000) Subject: Bring back "booksources-summary", displayed above the search form on Special:Booksour... X-Git-Tag: 1.31.0-rc.0~54835 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=759520e85c8c4b294368aea7c8b7754cf6dfcd83;p=lhc%2Fweb%2Fwiklou.git Bring back "booksources-summary", displayed above the search form on Special:Booksources in any case --- diff --git a/includes/SpecialBooksources.php b/includes/SpecialBooksources.php index 697edca7d7..4faeb5a2c3 100644 --- a/includes/SpecialBooksources.php +++ b/includes/SpecialBooksources.php @@ -32,6 +32,7 @@ class SpecialBookSources extends SpecialPage { global $wgOut, $wgRequest; $this->setHeaders(); $this->isbn = $this->cleanIsbn( $isbn ? $isbn : $wgRequest->getText( 'isbn' ) ); + $wgOut->addWikiText( wfMsgNoTrans( 'booksources-summary' ) ); $wgOut->addHtml( $this->makeForm() ); if( strlen( $this->isbn) > 0 ) $wgOut->addHtml( $this->makeList() );